Color Hex Logo

#cc3fdc Color Hex

#CC3FDC
(204,63,220)
0 Favorites   0 Comments

Color spaces of #cc3fdc

RGB 20463220
HSL0.820.690.55
HSV294°71°86°
CMYK 0.070.710.00   0.14
XYZ39.597621.559769.7846
Yxy21.55970.30240.1647
Hunter Lab46.432470.9682-56.6059
CIE-Lab53.556773.6204-52.5114

#cc3fdc color RGB value is (204,63,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00111111 11011100
Octal 314 77 334
Decimal 204 63 220
Hex CC 3F DC

RGB Percentages of Color #cc3fdc

%41.89
%12.94
%45.17

CMYK Percentages of Color #cc3fdc

%7
%71
%0
%14

Triadic Colors of #cc3fdc

#cc3fdc #dccc3f #3fdccc

Analogous Colors of #cc3fdc

#cc3fdc #dc3f9e #7e3fdc

Monochromatic Colors of #cc3fdc

#cc3fdc

Complementary Color

#cc3fdc #4fdc3f

#cc3fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc3fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc3fdc Color CSS Codes

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

#cc3fdc Text Font Color

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

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


#cc3fdc Background Color

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

This div background color is #cc3fdc


#cc3fdc Border Color

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

This div border color is #cc3fdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,63,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc3fdc


Comments

No comments written yet.

Please login to write comment.