Color Hex Logo

#cc3cdb Color Hex

#CC3CDB
(204,60,219)
0 Favorites   0 Comments

Color spaces of #cc3cdb

RGB 20460219
HSL0.820.690.55
HSV294°73°86°
CMYK 0.070.730.00   0.14
XYZ39.303921.183669.0351
Yxy21.18360.30350.1636
Hunter Lab46.025671.8864-56.7127
CIE-Lab53.149974.4484-52.5933

#cc3cdb color RGB value is (204,60,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00111100 11011011
Octal 314 74 333
Decimal 204 60 219
Hex CC 3C DB

RGB Percentages of Color #cc3cdb

%42.24
%12.42
%45.34

CMYK Percentages of Color #cc3cdb

%7
%73
%0
%14

Triadic Colors of #cc3cdb

#cc3cdb #dbcc3c #3cdbcc

Analogous Colors of #cc3cdb

#cc3cdb #db3c9b #7d3cdb

Monochromatic Colors of #cc3cdb

#cc3cdb

Complementary Color

#cc3cdb #4bdb3c

#cc3cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc3cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc3cdb Color CSS Codes

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

#cc3cdb Text Font Color

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

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


#cc3cdb Background Color

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

This div background color is #cc3cdb


#cc3cdb Border Color

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

This div border color is #cc3cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc3cdb


Comments

No comments written yet.

Please login to write comment.