Color Hex Logo

#cc38cc Color Hex

#CC38CC
(204,56,204)
0 Favorites   0 Comments

Color spaces of #cc38cc

RGB 20456204
HSL0.830.590.51
HSV300°73°80°
CMYK 0.000.730.00   0.20
XYZ37.215120.025359.0306
Yxy20.02530.32010.1722
Hunter Lab44.749670.1339-46.8865
CIE-Lab51.865873.2637-46.0706

#cc38cc color RGB value is (204,56,204).

#cc38cc hex color red value is 204, green value is 56 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cc38cc hue: 0.83 , saturation: 0.59 and the lightness value of cc38cc is 0.51.

The process color (four color CMYK) of #cc38cc color hex is 0.00, 0.73, 0.00, 0.20. Web safe color of #cc38cc is #cc33cc. Color #cc38cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00111000 11001100
Octal 314 70 314
Decimal 204 56 204
Hex CC 38 CC

RGB Percentages of Color #cc38cc

%43.97
%12.07
%43.97

CMYK Percentages of Color #cc38cc

%0
%73
%0
%20

Triadic Colors of #cc38cc

#cc38cc #cccc38 #38cccc

Analogous Colors of #cc38cc

#cc38cc #cc3882 #8238cc

Monochromatic Colors of #cc38cc

#cc38cc

Complementary Color

#cc38cc #38cc38

#cc38cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc38cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc38cc Color CSS Codes

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

#cc38cc Text Font Color

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

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


#cc38cc Background Color

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

This div background color is #cc38cc


#cc38cc Border Color

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

This div border color is #cc38cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc38cc


Comments

No comments written yet.

Please login to write comment.