Color Hex Logo

#c03cdb Color Hex

#C03CDB
(192,60,219)
0 Favorites   0 Comments

Color spaces of #c03cdb

RGB 19260219
HSL0.810.690.55
HSV290°73°86°
CMYK 0.120.730.00   0.14
XYZ36.140319.552768.8871
Yxy19.55270.29010.1569
Hunter Lab44.218468.5081-61.4139
CIE-Lab51.327772.0273-55.6121

#c03cdb color RGB value is (192,60,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00111100 11011011
Octal 300 74 333
Decimal 192 60 219
Hex C0 3C DB

RGB Percentages of Color #c03cdb

%40.76
%12.74
%46.50

CMYK Percentages of Color #c03cdb

%12
%73
%0
%14

Triadic Colors of #c03cdb

#c03cdb #dbc03c #3cdbc0

Analogous Colors of #c03cdb

#c03cdb #db3ca7 #713cdb

Monochromatic Colors of #c03cdb

#c03cdb

Complementary Color

#c03cdb #57db3c

#c03cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c03cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c03cdb Color CSS Codes

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

#c03cdb Text Font Color

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

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


#c03cdb Background Color

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

This div background color is #c03cdb


#c03cdb Border Color

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

This div border color is #c03cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c03cdb


Comments

No comments written yet.

Please login to write comment.