Color Hex Logo

#c021ef Color Hex

#C021EF
(192,33,239)
0 Favorites   0 Comments

Color spaces of #c021ef

RGB 19233239
HSL0.800.870.53
HSV286°86°94°
CMYK 0.200.860.00   0.06
XYZ37.862118.526283.2417
Yxy18.52620.27120.1327
Hunter Lab43.042181.6945-84.5351
CIE-Lab50.128282.8609-68.8619

#c021ef color RGB value is (192,33,239).

#c021ef hex color red value is 192, green value is 33 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c021ef hue: 0.80 , saturation: 0.87 and the lightness value of c021ef is 0.53.

The process color (four color CMYK) of #c021ef color hex is 0.20, 0.86, 0.00, 0.06. Web safe color of #c021ef is #cc33ff. Color #c021ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100001 11101111
Octal 300 41 357
Decimal 192 33 239
Hex C0 21 EF

RGB Percentages of Color #c021ef

%41.38
%7.11
%51.51

CMYK Percentages of Color #c021ef

%20
%86
%0
%6

Triadic Colors of #c021ef

#c021ef #efc021 #21efc0

Analogous Colors of #c021ef

#c021ef #ef21b7 #5921ef

Monochromatic Colors of #c021ef

#c021ef

Complementary Color

#c021ef #50ef21

#c021ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c021ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c021ef Color CSS Codes

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

#c021ef Text Font Color

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

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


#c021ef Background Color

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

This div background color is #c021ef


#c021ef Border Color

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

This div border color is #c021ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c021ef


Comments

No comments written yet.

Please login to write comment.