Color Hex Logo

#f806cb Color Hex

#F806CB
(248,6,203)
0 Favorites   0 Comments

Color spaces of #f806cb

RGB 2486203
HSL0.860.950.50
HSV311°98°97°
CMYK 0.000.980.18   0.03
XYZ49.556024.398558.5974
Yxy24.39850.37390.1841
Hunter Lab49.394892.6414-35.7597
CIE-Lab56.484689.9954-37.7073

#f806cb color RGB value is (248,6,203).

#f806cb hex color red value is 248, green value is 6 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f806cb hue: 0.86 , saturation: 0.95 and the lightness value of f806cb is 0.50.

The process color (four color CMYK) of #f806cb color hex is 0.00, 0.98, 0.18, 0.03. Web safe color of #f806cb is #ff00cc. Color #f806cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00000110 11001011
Octal 370 6 313
Decimal 248 6 203
Hex F8 6 CB

RGB Percentages of Color #f806cb

%54.27
%1.31
%44.42

CMYK Percentages of Color #f806cb

%0
%98
%18
%3

Triadic Colors of #f806cb

#f806cb #cbf806 #06cbf8

Analogous Colors of #f806cb

#f806cb #f80652 #ac06f8

Monochromatic Colors of #f806cb

#f806cb

Complementary Color

#f806cb #06f833

#f806cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f806cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f806cb Color CSS Codes

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

#f806cb Text Font Color

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

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


#f806cb Background Color

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

This div background color is #f806cb


#f806cb Border Color

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

This div border color is #f806cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f806cb

Related Colors


Comments

No comments written yet.

Please login to write comment.