Color Hex Logo

#cf52dc Color Hex

#CF52DC
(207,82,220)
0 Favorites   0 Comments

Color spaces of #cf52dc

RGB 20782220
HSL0.820.660.59
HSV294°63°86°
CMYK 0.060.630.00   0.14
XYZ41.667724.467370.2367
Yxy24.46730.30550.1794
Hunter Lab49.464463.8015-49.5634
CIE-Lab56.552767.1040-47.7175

#cf52dc color RGB value is (207,82,220).

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

The process color (four color CMYK) of #cf52dc color hex is 0.06, 0.63, 0.00, 0.14. Web safe color of #cf52dc is #cc66cc. Color #cf52dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01010010 11011100
Octal 317 122 334
Decimal 207 82 220
Hex CF 52 DC

RGB Percentages of Color #cf52dc

%40.67
%16.11
%43.22

CMYK Percentages of Color #cf52dc

%6
%63
%0
%14

Triadic Colors of #cf52dc

#cf52dc #dccf52 #52dccf

Analogous Colors of #cf52dc

#cf52dc #dc52a4 #8a52dc

Monochromatic Colors of #cf52dc

#cf52dc

Complementary Color

#cf52dc #5fdc52

#cf52dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf52dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf52dc Color CSS Codes

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

#cf52dc Text Font Color

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

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


#cf52dc Background Color

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

This div background color is #cf52dc


#cf52dc Border Color

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

This div border color is #cf52dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf52dc


Comments

No comments written yet.

Please login to write comment.