Color Hex Logo

#cf6f99 Color Hex

#CF6F99
(207,111,153)
0 Favorites   0 Comments

Color spaces of #cf6f99

RGB 207111153
HSL0.930.500.62
HSV334°46°81°
CMYK 0.000.460.26   0.19
XYZ37.166326.934233.3769
Yxy26.93420.38130.2763
Hunter Lab51.898237.0090-1.8020
CIE-Lab58.913442.7263-5.6914

#cf6f99 color RGB value is (207,111,153).

#cf6f99 hex color red value is 207, green value is 111 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #cf6f99 hue: 0.93 , saturation: 0.50 and the lightness value of cf6f99 is 0.62.

The process color (four color CMYK) of #cf6f99 color hex is 0.00, 0.46, 0.26, 0.19. Web safe color of #cf6f99 is #cc6699. Color #cf6f99 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01101111 10011001
Octal 317 157 231
Decimal 207 111 153
Hex CF 6F 99

RGB Percentages of Color #cf6f99

%43.95
%23.57
%32.48

CMYK Percentages of Color #cf6f99

%0
%46
%26
%19

Triadic Colors of #cf6f99

#cf6f99 #99cf6f #6f99cf

Analogous Colors of #cf6f99

#cf6f99 #cf756f #cf6fc9

Monochromatic Colors of #cf6f99

#cf6f99

Complementary Color

#cf6f99 #6fcfa5

#cf6f99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf6f99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf6f99 Color CSS Codes

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

#cf6f99 Text Font Color

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

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


#cf6f99 Background Color

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

This div background color is #cf6f99


#cf6f99 Border Color

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

This div border color is #cf6f99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf6f99


Comments

No comments written yet.

Please login to write comment.