Color Hex Logo

#f378aa Color Hex

#F378AA
(243,120,170)
0 Favorites   0 Comments

Color spaces of #f378aa

RGB 243120170
HSL0.930.840.71
HSV336°51°95°
CMYK 0.000.510.30   0.05
XYZ50.934335.389942.1766
Yxy35.38990.39640.2754
Hunter Lab59.489448.7236-0.3926
CIE-Lab66.051152.4573-4.3246

#f378aa color RGB value is (243,120,170).

#f378aa hex color red value is 243, green value is 120 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f378aa hue: 0.93 , saturation: 0.84 and the lightness value of f378aa is 0.71.

The process color (four color CMYK) of #f378aa color hex is 0.00, 0.51, 0.30, 0.05. Web safe color of #f378aa is #ff6699. Color #f378aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01111000 10101010
Octal 363 170 252
Decimal 243 120 170
Hex F3 78 AA

RGB Percentages of Color #f378aa

%45.59
%22.51
%31.89

CMYK Percentages of Color #f378aa

%0
%51
%30
%5

Triadic Colors of #f378aa

#f378aa #aaf378 #78aaf3

Analogous Colors of #f378aa

#f378aa #f38478 #f378e8

Monochromatic Colors of #f378aa

#f378aa

Complementary Color

#f378aa #78f3c1

#f378aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f378aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f378aa Color CSS Codes

.mybgcolor {background-color:#f378aa; } 
.myforecolor {color:#f378aa; }
.mybordercolor {border:3px solid #f378aa; }

#f378aa Text Font Color

<p style="color:#f378aa">Text here</p>

This sample text font color is #f378aa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f378aa Background Color

<div style="background-color:#f378aa">
Div content here</div>

This div background color is #f378aa


#f378aa Border Color

<div style="border:3px solid #f378aa">
Div here</div>

This div border color is #f378aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(243,120,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f378aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f378aa;
  -webkit-box-shadow: 1px 1px 3px 2px #f378aa;
  box-shadow:         1px 1px 3px 2px #f378aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,120,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f378aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f378aa;
  -webkit-box-shadow: 1px 1px 3px 2px #f378aa;
  box-shadow:         1px 1px 3px 2px #f378aa;">
Div content here</div>

This div box has shadow with color #f378aa


Comments

No comments written yet.

Please login to write comment.