Color Hex Logo

#cf295f Color Hex

#CF295F
(207,41,95)
0 Favorites   0 Comments

Color spaces of #cf295f

RGB 2074195
HSL0.950.670.49
HSV340°80°81°
CMYK 0.000.800.54   0.19
XYZ28.590615.677512.3456
Yxy15.67750.50500.2769
Hunter Lab39.594859.60029.2299
CIE-Lab46.548565.409911.0411

#cf295f color RGB value is (207,41,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 00101001 01011111
Octal 317 51 137
Decimal 207 41 95
Hex CF 29 5F

RGB Percentages of Color #cf295f

%60.35
%11.95
%27.70

CMYK Percentages of Color #cf295f

%0
%80
%54
%19

Triadic Colors of #cf295f

#cf295f #5fcf29 #295fcf

Analogous Colors of #cf295f

#cf295f #cf4629 #cf29b2

Monochromatic Colors of #cf295f

#cf295f

Complementary Color

#cf295f #29cf99

#cf295f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf295f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf295f Color CSS Codes

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

#cf295f Text Font Color

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

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


#cf295f Background Color

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

This div background color is #cf295f


#cf295f Border Color

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

This div border color is #cf295f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf295f


Comments

No comments written yet.

Please login to write comment.