Color Hex Logo

#c721ef Color Hex

#C721EF
(199,33,239)
0 Favorites   0 Comments

Color spaces of #c721ef

RGB 19933239
HSL0.800.870.53
HSV288°86°94°
CMYK 0.170.860.00   0.06
XYZ39.677019.461883.3266
Yxy19.46180.27850.1366
Hunter Lab44.115583.3387-81.1077
CIE-Lab51.223283.9281-67.0362

#c721ef color RGB value is (199,33,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00100001 11101111
Octal 307 41 357
Decimal 199 33 239
Hex C7 21 EF

RGB Percentages of Color #c721ef

%42.25
%7.01
%50.74

CMYK Percentages of Color #c721ef

%17
%86
%0
%6

Triadic Colors of #c721ef

#c721ef #efc721 #21efc7

Analogous Colors of #c721ef

#c721ef #ef21b0 #6021ef

Monochromatic Colors of #c721ef

#c721ef

Complementary Color

#c721ef #49ef21

#c721ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c721ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c721ef Color CSS Codes

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

#c721ef Text Font Color

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

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


#c721ef Background Color

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

This div background color is #c721ef


#c721ef Border Color

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

This div border color is #c721ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c721ef


Comments

No comments written yet.

Please login to write comment.