Color Hex Logo

#c71aea Color Hex

#C71AEA
(199,26,234)
0 Favorites   0 Comments

Color spaces of #c71aea

RGB 19926234
HSL0.810.830.51
HSV290°89°92°
CMYK 0.150.890.00   0.08
XYZ38.773918.821479.4312
Yxy18.82140.28300.1374
Hunter Lab43.383683.6121-78.1856
CIE-Lab50.477684.2848-65.4254

#c71aea color RGB value is (199,26,234).

#c71aea hex color red value is 199, green value is 26 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c71aea hue: 0.81 , saturation: 0.83 and the lightness value of c71aea is 0.51.

The process color (four color CMYK) of #c71aea color hex is 0.15, 0.89, 0.00, 0.08. Web safe color of #c71aea is #cc33ff. Color #c71aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00011010 11101010
Octal 307 32 352
Decimal 199 26 234
Hex C7 1A EA

RGB Percentages of Color #c71aea

%43.36
%5.66
%50.98

CMYK Percentages of Color #c71aea

%15
%89
%0
%8

Triadic Colors of #c71aea

#c71aea #eac71a #1aeac7

Analogous Colors of #c71aea

#c71aea #ea1aa5 #5f1aea

Monochromatic Colors of #c71aea

#c71aea

Complementary Color

#c71aea #3dea1a

#c71aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c71aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c71aea Color CSS Codes

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

#c71aea Text Font Color

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

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


#c71aea Background Color

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

This div background color is #c71aea


#c71aea Border Color

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

This div border color is #c71aea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,26,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c71aea


Comments

No comments written yet.

Please login to write comment.