Color Hex Logo

#c03ecb Color Hex

#C03ECB
(192,62,203)
0 Favorites   0 Comments

Color spaces of #c03ecb

RGB 19262203
HSL0.820.580.52
HSV295°69°80°
CMYK 0.050.690.00   0.20
XYZ34.240318.963558.3556
Yxy18.96350.30690.1700
Hunter Lab43.547164.1439-48.9690
CIE-Lab50.644568.5097-47.5524

#c03ecb color RGB value is (192,62,203).

#c03ecb hex color red value is 192, green value is 62 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c03ecb hue: 0.82 , saturation: 0.58 and the lightness value of c03ecb is 0.52.

The process color (four color CMYK) of #c03ecb color hex is 0.05, 0.69, 0.00, 0.20. Web safe color of #c03ecb is #cc33cc. Color #c03ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00111110 11001011
Octal 300 76 313
Decimal 192 62 203
Hex C0 3E CB

RGB Percentages of Color #c03ecb

%42.01
%13.57
%44.42

CMYK Percentages of Color #c03ecb

%5
%69
%0
%20

Triadic Colors of #c03ecb

#c03ecb #cbc03e #3ecbc0

Analogous Colors of #c03ecb

#c03ecb #cb3e90 #7a3ecb

Monochromatic Colors of #c03ecb

#c03ecb

Complementary Color

#c03ecb #49cb3e

#c03ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c03ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c03ecb Color CSS Codes

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

#c03ecb Text Font Color

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

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


#c03ecb Background Color

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

This div background color is #c03ecb


#c03ecb Border Color

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

This div border color is #c03ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c03ecb


Comments

No comments written yet.

Please login to write comment.