Color Hex Logo

#cf227d Color Hex

#CF227D
(207,34,125)
0 Favorites   0 Comments

Color spaces of #cf227d

RGB 20734125
HSL0.910.720.47
HSV328°84°81°
CMYK 0.000.840.40   0.19
XYZ30.005815.890120.8877
Yxy15.89010.44930.2379
Hunter Lab39.862464.6040-3.1640
CIE-Lab46.830069.6355-7.0196

#cf227d color RGB value is (207,34,125).

#cf227d hex color red value is 207, green value is 34 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #cf227d hue: 0.91 , saturation: 0.72 and the lightness value of cf227d is 0.47.

The process color (four color CMYK) of #cf227d color hex is 0.00, 0.84, 0.40, 0.19. Web safe color of #cf227d is #cc3366. Color #cf227d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00100010 01111101
Octal 317 42 175
Decimal 207 34 125
Hex CF 22 7D

RGB Percentages of Color #cf227d

%56.56
%9.29
%34.15

CMYK Percentages of Color #cf227d

%0
%84
%40
%19

Triadic Colors of #cf227d

#cf227d #7dcf22 #227dcf

Analogous Colors of #cf227d

#cf227d #cf2226 #cb22cf

Monochromatic Colors of #cf227d

#cf227d

Complementary Color

#cf227d #22cf74

#cf227d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf227d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf227d Color CSS Codes

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

#cf227d Text Font Color

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

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


#cf227d Background Color

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

This div background color is #cf227d


#cf227d Border Color

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

This div border color is #cf227d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf227d


Comments

No comments written yet.

Please login to write comment.