Color Hex Logo

#c00eb2 Color Hex

#C00EB2
(192,14,178)
0 Favorites   0 Comments

Color spaces of #c00eb2

RGB 19214178
HSL0.850.860.40
HSV305°93°75°
CMYK 0.000.930.07   0.25
XYZ29.931114.734943.3861
Yxy14.73490.33990.1673
Hunter Lab38.386172.0077-40.1427
CIE-Lab45.268976.0814-41.5365

#c00eb2 color RGB value is (192,14,178).

#c00eb2 hex color red value is 192, green value is 14 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #c00eb2 hue: 0.85 , saturation: 0.86 and the lightness value of c00eb2 is 0.40.

The process color (four color CMYK) of #c00eb2 color hex is 0.00, 0.93, 0.07, 0.25. Web safe color of #c00eb2 is #cc0099. Color #c00eb2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00001110 10110010
Octal 300 16 262
Decimal 192 14 178
Hex C0 E B2

RGB Percentages of Color #c00eb2

%50.00
%3.65
%46.35

CMYK Percentages of Color #c00eb2

%0
%93
%7
%25

Triadic Colors of #c00eb2

#c00eb2 #b2c00e #0eb2c0

Analogous Colors of #c00eb2

#c00eb2 #c00e59 #750ec0

Monochromatic Colors of #c00eb2

#c00eb2

Complementary Color

#c00eb2 #0ec01c

#c00eb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c00eb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c00eb2 Color CSS Codes

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

#c00eb2 Text Font Color

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

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


#c00eb2 Background Color

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

This div background color is #c00eb2


#c00eb2 Border Color

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

This div border color is #c00eb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c00eb2


Comments

No comments written yet.

Please login to write comment.