Color Hex Logo

#cf217d Color Hex

#CF217D
(207,33,125)
0 Favorites   0 Comments

Color spaces of #cf217d

RGB 20733125
HSL0.910.730.47
HSV328°84°81°
CMYK 0.000.840.40   0.19
XYZ29.977715.833820.8783
Yxy15.83380.44950.2374
Hunter Lab39.791764.8403-3.2547
CIE-Lab46.755769.8495-7.1304

#cf217d color RGB value is (207,33,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 00100001 01111101
Octal 317 41 175
Decimal 207 33 125
Hex CF 21 7D

RGB Percentages of Color #cf217d

%56.71
%9.04
%34.25

CMYK Percentages of Color #cf217d

%0
%84
%40
%19

Triadic Colors of #cf217d

#cf217d #7dcf21 #217dcf

Analogous Colors of #cf217d

#cf217d #cf2126 #ca21cf

Monochromatic Colors of #cf217d

#cf217d

Complementary Color

#cf217d #21cf73

#cf217d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf217d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf217d Color CSS Codes

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

#cf217d Text Font Color

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

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


#cf217d Background Color

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

This div background color is #cf217d


#cf217d Border Color

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

This div border color is #cf217d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf217d


Comments

No comments written yet.

Please login to write comment.