Color Hex Logo

#c03ebb Color Hex

#C03EBB
(192,62,187)
0 Favorites   0 Comments

Color spaces of #c03ebb

RGB 19262187
HSL0.840.510.50
HSV302°68°75°
CMYK 0.000.680.03   0.25
XYZ32.430518.239648.8250
Yxy18.23960.32600.1833
Hunter Lab42.707860.8065-37.8868
CIE-Lab49.785465.8304-39.6588

#c03ebb color RGB value is (192,62,187).

#c03ebb hex color red value is 192, green value is 62 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c03ebb hue: 0.84 , saturation: 0.51 and the lightness value of c03ebb is 0.50.

The process color (four color CMYK) of #c03ebb color hex is 0.00, 0.68, 0.03, 0.25. Web safe color of #c03ebb is #cc33cc. Color #c03ebb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00111110 10111011
Octal 300 76 273
Decimal 192 62 187
Hex C0 3E BB

RGB Percentages of Color #c03ebb

%43.54
%14.06
%42.40

CMYK Percentages of Color #c03ebb

%0
%68
%3
%25

Triadic Colors of #c03ebb

#c03ebb #bbc03e #3ebbc0

Analogous Colors of #c03ebb

#c03ebb #c03e7a #843ec0

Monochromatic Colors of #c03ebb

#c03ebb

Complementary Color

#c03ebb #3ec043

#c03ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c03ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c03ebb Color CSS Codes

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

#c03ebb Text Font Color

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

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


#c03ebb Background Color

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

This div background color is #c03ebb


#c03ebb Border Color

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

This div border color is #c03ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c03ebb


Comments

No comments written yet.

Please login to write comment.