Color Hex Logo

#cf296f Color Hex

#CF296F
(207,41,111)
0 Favorites   0 Comments

Color spaces of #cf296f

RGB 20741111
HSL0.930.670.49
HSV335°80°81°
CMYK 0.000.800.46   0.19
XYZ29.394315.999016.5778
Yxy15.99900.47430.2582
Hunter Lab39.998761.17843.4259
CIE-Lab46.973266.68961.7791

#cf296f color RGB value is (207,41,111).

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

The process color (four color CMYK) of #cf296f color hex is 0.00, 0.80, 0.46, 0.19. Web safe color of #cf296f is #cc3366. Color #cf296f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00101001 01101111
Octal 317 51 157
Decimal 207 41 111
Hex CF 29 6F

RGB Percentages of Color #cf296f

%57.66
%11.42
%30.92

CMYK Percentages of Color #cf296f

%0
%80
%46
%19

Triadic Colors of #cf296f

#cf296f #6fcf29 #296fcf

Analogous Colors of #cf296f

#cf296f #cf3629 #cf29c2

Monochromatic Colors of #cf296f

#cf296f

Complementary Color

#cf296f #29cf89

#cf296f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf296f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf296f Color CSS Codes

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

#cf296f Text Font Color

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

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


#cf296f Background Color

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

This div background color is #cf296f


#cf296f Border Color

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

This div border color is #cf296f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf296f


Comments

No comments written yet.

Please login to write comment.