Color Hex Logo

#c071ea Color Hex

#C071EA
(192,113,234)
0 Favorites   0 Comments

Color spaces of #c071ea

RGB 192113234
HSL0.780.740.68
HSV279°52°92°
CMYK 0.180.520.00   0.08
XYZ42.494628.957281.1915
Yxy28.95720.27840.1897
Hunter Lab53.811946.7885-51.7886
CIE-Lab60.743851.5347-49.0453

#c071ea color RGB value is (192,113,234).

#c071ea hex color red value is 192, green value is 113 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c071ea hue: 0.78 , saturation: 0.74 and the lightness value of c071ea is 0.68.

The process color (four color CMYK) of #c071ea color hex is 0.18, 0.52, 0.00, 0.08. Web safe color of #c071ea is #cc66ff. Color #c071ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110001 11101010
Octal 300 161 352
Decimal 192 113 234
Hex C0 71 EA

RGB Percentages of Color #c071ea

%35.62
%20.96
%43.41

CMYK Percentages of Color #c071ea

%18
%52
%0
%8

Triadic Colors of #c071ea

#c071ea #eac071 #71eac0

Analogous Colors of #c071ea

#c071ea #ea71d8 #8471ea

Monochromatic Colors of #c071ea

#c071ea

Complementary Color

#c071ea #9bea71

#c071ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c071ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c071ea Color CSS Codes

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

#c071ea Text Font Color

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

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


#c071ea Background Color

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

This div background color is #c071ea


#c071ea Border Color

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

This div border color is #c071ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c071ea


Comments

No comments written yet.

Please login to write comment.