Color Hex Logo

#cc3fdb Color Hex

#CC3FDB
(204,63,219)
0 Favorites   0 Comments

Color spaces of #cc3fdb

RGB 20463219
HSL0.820.680.55
HSV294°71°86°
CMYK 0.070.710.00   0.14
XYZ39.465521.506969.0890
Yxy21.50690.30340.1654
Hunter Lab46.375570.7460-55.8657
CIE-Lab53.499973.4496-52.0346

#cc3fdb color RGB value is (204,63,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00111111 11011011
Octal 314 77 333
Decimal 204 63 219
Hex CC 3F DB

RGB Percentages of Color #cc3fdb

%41.98
%12.96
%45.06

CMYK Percentages of Color #cc3fdb

%7
%71
%0
%14

Triadic Colors of #cc3fdb

#cc3fdb #dbcc3f #3fdbcc

Analogous Colors of #cc3fdb

#cc3fdb #db3f9c #7e3fdb

Monochromatic Colors of #cc3fdb

#cc3fdb

Complementary Color

#cc3fdb #4edb3f

#cc3fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc3fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc3fdb Color CSS Codes

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

#cc3fdb Text Font Color

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

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


#cc3fdb Background Color

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

This div background color is #cc3fdb


#cc3fdb Border Color

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

This div border color is #cc3fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc3fdb


Comments

No comments written yet.

Please login to write comment.