Color Hex Logo

#cf06bd Color Hex

#CF06BD
(207,6,189)
0 Favorites   0 Comments

Color spaces of #cf06bd

RGB 2076189
HSL0.850.940.42
HSV305°97°81°
CMYK 0.000.970.09   0.19
XYZ34.982617.069849.5951
Yxy17.06980.34420.1679
Hunter Lab41.315678.8365-42.2506
CIE-Lab48.347980.9614-42.9380

#cf06bd color RGB value is (207,6,189).

#cf06bd hex color red value is 207, green value is 6 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #cf06bd hue: 0.85 , saturation: 0.94 and the lightness value of cf06bd is 0.42.

The process color (four color CMYK) of #cf06bd color hex is 0.00, 0.97, 0.09, 0.19. Web safe color of #cf06bd is #cc00cc. Color #cf06bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00000110 10111101
Octal 317 6 275
Decimal 207 6 189
Hex CF 6 BD

RGB Percentages of Color #cf06bd

%51.49
%1.49
%47.01

CMYK Percentages of Color #cf06bd

%0
%97
%9
%19

Triadic Colors of #cf06bd

#cf06bd #bdcf06 #06bdcf

Analogous Colors of #cf06bd

#cf06bd #cf0659 #7d06cf

Monochromatic Colors of #cf06bd

#cf06bd

Complementary Color

#cf06bd #06cf18

#cf06bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf06bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf06bd Color CSS Codes

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

#cf06bd Text Font Color

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

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


#cf06bd Background Color

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

This div background color is #cf06bd


#cf06bd Border Color

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

This div border color is #cf06bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf06bd


Comments

No comments written yet.

Please login to write comment.