Color Hex Logo

#c071ed Color Hex

#C071ED
(192,113,237)
0 Favorites   0 Comments

Color spaces of #c071ed

RGB 192113237
HSL0.770.780.69
HSV278°52°93°
CMYK 0.190.520.00   0.07
XYZ42.929429.131183.4810
Yxy29.13110.27600.1873
Hunter Lab53.973247.5227-53.9232
CIE-Lab60.897252.1734-50.4699

#c071ed color RGB value is (192,113,237).

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

The process color (four color CMYK) of #c071ed color hex is 0.19, 0.52, 0.00, 0.07. Web safe color of #c071ed is #cc66ff. Color #c071ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110001 11101101
Octal 300 161 355
Decimal 192 113 237
Hex C0 71 ED

RGB Percentages of Color #c071ed

%35.42
%20.85
%43.73

CMYK Percentages of Color #c071ed

%19
%52
%0
%7

Triadic Colors of #c071ed

#c071ed #edc071 #71edc0

Analogous Colors of #c071ed

#c071ed #ed71dc #8271ed

Monochromatic Colors of #c071ed

#c071ed

Complementary Color

#c071ed #9eed71

#c071ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c071ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c071ed Color CSS Codes

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

#c071ed Text Font Color

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

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


#c071ed Background Color

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

This div background color is #c071ed


#c071ed Border Color

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

This div border color is #c071ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,113,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c071ed


Comments

No comments written yet.

Please login to write comment.