Color Hex Logo

#c03ede Color Hex

#C03EDE
(192,62,222)
0 Favorites   0 Comments

Color spaces of #c03ede

RGB 19262222
HSL0.800.710.56
HSV289°72°87°
CMYK 0.140.720.00   0.13
XYZ36.645719.925671.0218
Yxy19.92560.28720.1562
Hunter Lab44.638168.4231-63.0871
CIE-Lab51.753071.8748-56.6343

#c03ede color RGB value is (192,62,222).

#c03ede hex color red value is 192, green value is 62 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c03ede hue: 0.80 , saturation: 0.71 and the lightness value of c03ede is 0.56.

The process color (four color CMYK) of #c03ede color hex is 0.14, 0.72, 0.00, 0.13. Web safe color of #c03ede is #cc33cc. Color #c03ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00111110 11011110
Octal 300 76 336
Decimal 192 62 222
Hex C0 3E DE

RGB Percentages of Color #c03ede

%40.34
%13.03
%46.64

CMYK Percentages of Color #c03ede

%14
%72
%0
%13

Triadic Colors of #c03ede

#c03ede #dec03e #3edec0

Analogous Colors of #c03ede

#c03ede #de3eac #703ede

Monochromatic Colors of #c03ede

#c03ede

Complementary Color

#c03ede #5cde3e

#c03ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c03ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#c03ede Color CSS Codes

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

#c03ede Text Font Color

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

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


#c03ede Background Color

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

This div background color is #c03ede


#c03ede Border Color

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

This div border color is #c03ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c03ede


Comments

No comments written yet.

Please login to write comment.