color codes Logo

#c04cdb color codes

#C04CDB
(192,76,219)
0 Favorites   0 Comments

Color spaces of #c04cdb

RGB 19276219
HSL0.800.670.58
HSV289°65°86°
CMYK 0.120.650.00   0.14
XYZ37.108921.489869.2099
Yxy21.48980.29030.1681
Hunter Lab46.357161.7645-56.0684
CIE-Lab53.481465.9515-52.1665

#c04cdb color RGB value is (192,76,219).

#c04cdb hex color red value is 192, green value is 76 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c04cdb hue: 0.80 , saturation: 0.67 and the lightness value of c04cdb is 0.58.

The process color (four color CMYK) of #c04cdb color code is 0.12, 0.65, 0.00, 0.14. Web safe color of #c04cdb is #cc33cc. Color #c04cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001100 11011011
Octal 300 114 333
Decimal 192 76 219
Hex C0 4C DB

RGB Percentages of Color #c04cdb

%39.43
%15.61
%44.97

CMYK Percentages of Color #c04cdb

%12
%65
%0
%14

Triadic Colors of #c04cdb

#c04cdb #dbc04c #4cdbc0

Analogous Colors of #c04cdb

#c04cdb #db4caf #794cdb

Monochromatic Colors of #c04cdb

#c04cdb

Complementary Color

#c04cdb #67db4c

#c04cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04cdb Color CSS Codes

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

#c04cdb Text Font Color

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

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


#c04cdb Background Color

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

This div background color is #c04cdb


#c04cdb Border Color

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

This div border color is #c04cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04cdb


Comments

No comments written yet.

Please login to write comment.