Color Hex Logo

#c02ede Color Hex

#C02EDE
(192,46,222)
0 Favorites   0 Comments

Color spaces of #c02ede

RGB 19246222
HSL0.800.730.53
HSV290°79°87°
CMYK 0.140.790.00   0.13
XYZ35.900018.434470.7733
Yxy18.43440.28700.1473
Hunter Lab42.935374.1145-67.6772
CIE-Lab50.018876.8644-59.4218

#c02ede color RGB value is (192,46,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00101110 11011110
Octal 300 56 336
Decimal 192 46 222
Hex C0 2E DE

RGB Percentages of Color #c02ede

%41.74
%10.00
%48.26

CMYK Percentages of Color #c02ede

%14
%79
%0
%13

Triadic Colors of #c02ede

#c02ede #dec02e #2edec0

Analogous Colors of #c02ede

#c02ede #de2ea4 #682ede

Monochromatic Colors of #c02ede

#c02ede

Complementary Color

#c02ede #4cde2e

#c02ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c02ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#c02ede Color CSS Codes

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

#c02ede Text Font Color

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

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


#c02ede Background Color

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

This div background color is #c02ede


#c02ede Border Color

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

This div border color is #c02ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c02ede


Comments

No comments written yet.

Please login to write comment.