Color Hex Logo

#c03eba Color Hex

#C03EBA
(192,62,186)
0 Favorites   0 Comments

Color spaces of #c03eba

RGB 19262186
HSL0.840.510.50
HSV303°68°75°
CMYK 0.000.680.03   0.25
XYZ32.323818.196948.2631
Yxy18.19690.32720.1842
Hunter Lab42.657860.6065-37.2203
CIE-Lab49.734165.6683-39.1579

#c03eba color RGB value is (192,62,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00111110 10111010
Octal 300 76 272
Decimal 192 62 186
Hex C0 3E BA

RGB Percentages of Color #c03eba

%43.64
%14.09
%42.27

CMYK Percentages of Color #c03eba

%0
%68
%3
%25

Triadic Colors of #c03eba

#c03eba #bac03e #3ebac0

Analogous Colors of #c03eba

#c03eba #c03e79 #853ec0

Monochromatic Colors of #c03eba

#c03eba

Complementary Color

#c03eba #3ec044

#c03eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c03eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c03eba Color CSS Codes

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

#c03eba Text Font Color

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

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


#c03eba Background Color

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

This div background color is #c03eba


#c03eba Border Color

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

This div border color is #c03eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c03eba


Comments

No comments written yet.

Please login to write comment.