Color Hex Logo

#c252cf Color Hex

#C252CF
(194,82,207)
0 Favorites   0 Comments

Color spaces of #c252cf

RGB 19482207
HSL0.820.570.57
HSV294°60°81°
CMYK 0.060.600.00   0.19
XYZ36.527922.008961.3544
Yxy22.00890.30470.1836
Hunter Lab46.913656.8848-44.7008
CIE-Lab54.036461.6419-44.4406

#c252cf color RGB value is (194,82,207).

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

The process color (four color CMYK) of #c252cf color hex is 0.06, 0.60, 0.00, 0.19. Web safe color of #c252cf is #cc66cc. Color #c252cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010010 11001111
Octal 302 122 317
Decimal 194 82 207
Hex C2 52 CF

RGB Percentages of Color #c252cf

%40.17
%16.98
%42.86

CMYK Percentages of Color #c252cf

%6
%60
%0
%19

Triadic Colors of #c252cf

#c252cf #cfc252 #52cfc2

Analogous Colors of #c252cf

#c252cf #cf529e #8452cf

Monochromatic Colors of #c252cf

#c252cf

Complementary Color

#c252cf #5fcf52

#c252cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c252cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c252cf Color CSS Codes

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

#c252cf Text Font Color

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

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


#c252cf Background Color

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

This div background color is #c252cf


#c252cf Border Color

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

This div border color is #c252cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c252cf


Comments

No comments written yet.

Please login to write comment.