Color Hex Logo

#c521ef Color Hex

#C521EF
(197,33,239)
0 Favorites   0 Comments

Color spaces of #c521ef

RGB 19733239
HSL0.800.870.53
HSV288°86°94°
CMYK 0.180.860.00   0.06
XYZ39.149819.190083.3020
Yxy19.19000.27640.1355
Hunter Lab43.806482.8644-82.0811
CIE-Lab50.908883.6208-67.5603

#c521ef color RGB value is (197,33,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00100001 11101111
Octal 305 41 357
Decimal 197 33 239
Hex C5 21 EF

RGB Percentages of Color #c521ef

%42.00
%7.04
%50.96

CMYK Percentages of Color #c521ef

%18
%86
%0
%6

Triadic Colors of #c521ef

#c521ef #efc521 #21efc5

Analogous Colors of #c521ef

#c521ef #ef21b2 #5e21ef

Monochromatic Colors of #c521ef

#c521ef

Complementary Color

#c521ef #4bef21

#c521ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c521ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c521ef Color CSS Codes

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

#c521ef Text Font Color

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

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


#c521ef Background Color

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

This div background color is #c521ef


#c521ef Border Color

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

This div border color is #c521ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c521ef


Comments

No comments written yet.

Please login to write comment.