Color Hex Logo

#c252ef Color Hex

#C252EF
(194,82,239)
0 Favorites   0 Comments

Color spaces of #c252ef

RGB 19482239
HSL0.790.830.63
HSV283°66°94°
CMYK 0.190.660.00   0.06
XYZ40.845423.735984.0901
Yxy23.73590.27470.1597
Hunter Lab48.719564.3915-68.2312
CIE-Lab55.822467.7364-59.6636

#c252ef color RGB value is (194,82,239).

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

The process color (four color CMYK) of #c252ef color hex is 0.19, 0.66, 0.00, 0.06. Web safe color of #c252ef is #cc66ff. Color #c252ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010010 11101111
Octal 302 122 357
Decimal 194 82 239
Hex C2 52 EF

RGB Percentages of Color #c252ef

%37.67
%15.92
%46.41

CMYK Percentages of Color #c252ef

%19
%66
%0
%6

Triadic Colors of #c252ef

#c252ef #efc252 #52efc2

Analogous Colors of #c252ef

#c252ef #ef52ce #7452ef

Monochromatic Colors of #c252ef

#c252ef

Complementary Color

#c252ef #7fef52

#c252ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c252ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c252ef Color CSS Codes

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

#c252ef Text Font Color

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

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


#c252ef Background Color

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

This div background color is #c252ef


#c252ef Border Color

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

This div border color is #c252ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c252ef


Comments

No comments written yet.

Please login to write comment.