Color Hex Logo

#c252eb Color Hex

#C252EB
(194,82,235)
0 Favorites   0 Comments

Color spaces of #c252eb

RGB 19482235
HSL0.790.790.62
HSV284°65°92°
CMYK 0.170.650.00   0.08
XYZ40.260823.502181.0116
Yxy23.50210.27810.1623
Hunter Lab48.479063.4025-65.1423
CIE-Lab55.585866.9475-57.8044

#c252eb color RGB value is (194,82,235).

#c252eb hex color red value is 194, green value is 82 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c252eb hue: 0.79 , saturation: 0.79 and the lightness value of c252eb is 0.62.

The process color (four color CMYK) of #c252eb color hex is 0.17, 0.65, 0.00, 0.08. Web safe color of #c252eb is #cc66ff. Color #c252eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010010 11101011
Octal 302 122 353
Decimal 194 82 235
Hex C2 52 EB

RGB Percentages of Color #c252eb

%37.96
%16.05
%45.99

CMYK Percentages of Color #c252eb

%17
%65
%0
%8

Triadic Colors of #c252eb

#c252eb #ebc252 #52ebc2

Analogous Colors of #c252eb

#c252eb #eb52c8 #7652eb

Monochromatic Colors of #c252eb

#c252eb

Complementary Color

#c252eb #7beb52

#c252eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c252eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c252eb Color CSS Codes

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

#c252eb Text Font Color

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

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


#c252eb Background Color

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

This div background color is #c252eb


#c252eb Border Color

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

This div border color is #c252eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c252eb


Comments

No comments written yet.

Please login to write comment.