Color Hex Logo

#c03cdd Color Hex

#C03CDD
(192,60,221)
0 Favorites   0 Comments

Color spaces of #c03cdd

RGB 19260221
HSL0.800.700.55
HSV289°73°87°
CMYK 0.130.730.00   0.13
XYZ36.405219.658670.2823
Yxy19.65860.28810.1556
Hunter Lab44.338068.9718-62.9468
CIE-Lab51.449072.3872-56.5543

#c03cdd color RGB value is (192,60,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00111100 11011101
Octal 300 74 335
Decimal 192 60 221
Hex C0 3C DD

RGB Percentages of Color #c03cdd

%40.59
%12.68
%46.72

CMYK Percentages of Color #c03cdd

%13
%73
%0
%13

Triadic Colors of #c03cdd

#c03cdd #ddc03c #3cddc0

Analogous Colors of #c03cdd

#c03cdd #dd3caa #703cdd

Monochromatic Colors of #c03cdd

#c03cdd

Complementary Color

#c03cdd #59dd3c

#c03cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c03cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c03cdd Color CSS Codes

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

#c03cdd Text Font Color

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

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


#c03cdd Background Color

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

This div background color is #c03cdd


#c03cdd Border Color

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

This div border color is #c03cdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,60,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 #c03cdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c03cdd


Comments

No comments written yet.

Please login to write comment.