Color Hex Logo

#c03bdd Color Hex

#C03BDD
(192,59,221)
0 Favorites   0 Comments

Color spaces of #c03bdd

RGB 19259221
HSL0.800.700.55
HSV289°73°87°
CMYK 0.130.730.00   0.13
XYZ36.353319.554970.2650
Yxy19.55490.28810.1550
Hunter Lab44.220969.3553-63.2544
CIE-Lab51.330272.7267-56.7450

#c03bdd color RGB value is (192,59,221).

#c03bdd hex color red value is 192, green value is 59 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c03bdd hue: 0.80 , saturation: 0.70 and the lightness value of c03bdd is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00111011 11011101
Octal 300 73 335
Decimal 192 59 221
Hex C0 3B DD

RGB Percentages of Color #c03bdd

%40.68
%12.50
%46.82

CMYK Percentages of Color #c03bdd

%13
%73
%0
%13

Triadic Colors of #c03bdd

#c03bdd #ddc03b #3bddc0

Analogous Colors of #c03bdd

#c03bdd #dd3ba9 #6f3bdd

Monochromatic Colors of #c03bdd

#c03bdd

Complementary Color

#c03bdd #58dd3b

#c03bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c03bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c03bdd Color CSS Codes

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

#c03bdd Text Font Color

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

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


#c03bdd Background Color

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

This div background color is #c03bdd


#c03bdd Border Color

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

This div border color is #c03bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c03bdd


Comments

No comments written yet.

Please login to write comment.