Color Hex Logo

#cf29dc Color Hex

#CF29DC
(207,41,220)
0 Favorites   0 Comments

Color spaces of #cf29dc

RGB 20741220
HSL0.820.720.51
HSV296°81°86°
CMYK 0.060.810.00   0.14
XYZ39.443320.018669.4952
Yxy20.01860.30590.1552
Hunter Lab44.742279.0613-60.7720
CIE-Lab51.858280.4556-55.2011

#cf29dc color RGB value is (207,41,220).

#cf29dc hex color red value is 207, green value is 41 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cf29dc hue: 0.82 , saturation: 0.72 and the lightness value of cf29dc is 0.51.

The process color (four color CMYK) of #cf29dc color hex is 0.06, 0.81, 0.00, 0.14. Web safe color of #cf29dc is #cc33cc. Color #cf29dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00101001 11011100
Octal 317 51 334
Decimal 207 41 220
Hex CF 29 DC

RGB Percentages of Color #cf29dc

%44.23
%8.76
%47.01

CMYK Percentages of Color #cf29dc

%6
%81
%0
%14

Triadic Colors of #cf29dc

#cf29dc #dccf29 #29dccf

Analogous Colors of #cf29dc

#cf29dc #dc2990 #7629dc

Monochromatic Colors of #cf29dc

#cf29dc

Complementary Color

#cf29dc #36dc29

#cf29dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf29dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf29dc Color CSS Codes

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

#cf29dc Text Font Color

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

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


#cf29dc Background Color

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

This div background color is #cf29dc


#cf29dc Border Color

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

This div border color is #cf29dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf29dc


Comments

No comments written yet.

Please login to write comment.