Color Hex Logo

#c252ce Color Hex

#C252CE
(194,82,206)
0 Favorites   0 Comments

Color spaces of #c252ce

RGB 19482206
HSL0.820.560.56
HSV294°60°81°
CMYK 0.060.600.00   0.19
XYZ36.406021.960260.7124
Yxy21.96020.30570.1844
Hunter Lab46.861756.6654-44.0109
CIE-Lab53.984861.4599-43.9515

#c252ce color RGB value is (194,82,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010010 11001110
Octal 302 122 316
Decimal 194 82 206
Hex C2 52 CE

RGB Percentages of Color #c252ce

%40.25
%17.01
%42.74

CMYK Percentages of Color #c252ce

%6
%60
%0
%19

Triadic Colors of #c252ce

#c252ce #cec252 #52cec2

Analogous Colors of #c252ce

#c252ce #ce529c #8452ce

Monochromatic Colors of #c252ce

#c252ce

Complementary Color

#c252ce #5ece52

#c252ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c252ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c252ce Color CSS Codes

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

#c252ce Text Font Color

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

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


#c252ce Background Color

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

This div background color is #c252ce


#c252ce Border Color

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

This div border color is #c252ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c252ce


Comments

No comments written yet.

Please login to write comment.