Color Hex Logo

#cf125f Color Hex

#CF125F
(207,18,95)
0 Favorites   0 Comments

Color spaces of #cf125f

RGB 2071895
HSL0.930.840.44
HSV336°91°81°
CMYK 0.000.910.54   0.19
XYZ28.014014.524212.1534
Yxy14.52420.51220.2656
Hunter Lab38.110664.51657.7700
CIE-Lab44.975569.92268.8340

#cf125f color RGB value is (207,18,95).

#cf125f hex color red value is 207, green value is 18 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #cf125f hue: 0.93 , saturation: 0.84 and the lightness value of cf125f is 0.44.

The process color (four color CMYK) of #cf125f color hex is 0.00, 0.91, 0.54, 0.19. Web safe color of #cf125f is #cc0066. Color #cf125f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00010010 01011111
Octal 317 22 137
Decimal 207 18 95
Hex CF 12 5F

RGB Percentages of Color #cf125f

%64.69
%5.63
%29.69

CMYK Percentages of Color #cf125f

%0
%91
%54
%19

Triadic Colors of #cf125f

#cf125f #5fcf12 #125fcf

Analogous Colors of #cf125f

#cf125f #cf2412 #cf12be

Monochromatic Colors of #cf125f

#cf125f

Complementary Color

#cf125f #12cf82

#cf125f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf125f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf125f Color CSS Codes

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

#cf125f Text Font Color

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

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


#cf125f Background Color

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

This div background color is #cf125f


#cf125f Border Color

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

This div border color is #cf125f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,18,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 #cf125f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf125f


Comments

No comments written yet.

Please login to write comment.