Color Hex Logo

#fc069b Color Hex

#FC069B
(252,6,155)
0 Favorites   0 Comments

Color spaces of #fc069b

RGB 2526155
HSL0.900.980.51
HSV324°98°99°
CMYK 0.000.980.38   0.01
XYZ46.126423.192333.0558
Yxy23.19230.45060.2265
Hunter Lab48.158486.6912-6.9856
CIE-Lab55.269985.7250-11.5395

#fc069b color RGB value is (252,6,155).

#fc069b hex color red value is 252, green value is 6 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #fc069b hue: 0.90 , saturation: 0.98 and the lightness value of fc069b is 0.51.

The process color (four color CMYK) of #fc069b color hex is 0.00, 0.98, 0.38, 0.01. Web safe color of #fc069b is #ff0099. Color #fc069b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000110 10011011
Octal 374 6 233
Decimal 252 6 155
Hex FC 6 9B

RGB Percentages of Color #fc069b

%61.02
%1.45
%37.53

CMYK Percentages of Color #fc069b

%0
%98
%38
%1

Triadic Colors of #fc069b

#fc069b #9bfc06 #069bfc

Analogous Colors of #fc069b

#fc069b #fc0620 #e206fc

Monochromatic Colors of #fc069b

#fc069b

Complementary Color

#fc069b #06fc67

#fc069b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc069b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc069b Color CSS Codes

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

#fc069b Text Font Color

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

This sample text font color is #fc069b
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.


#fc069b Background Color

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

This div background color is #fc069b


#fc069b Border Color

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

This div border color is #fc069b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,6,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fc069b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fc069b;
  -webkit-box-shadow: 1px 1px 3px 2px #fc069b;
  box-shadow:         1px 1px 3px 2px #fc069b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,6,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc069b


Comments

No comments written yet.

Please login to write comment.