Color Hex Logo

#cc38c2 Color Hex

#CC38C2
(204,56,194)
0 Favorites   0 Comments

Color spaces of #cc38c2

RGB 20456194
HSL0.840.590.51
HSV304°73°80°
CMYK 0.000.730.05   0.20
XYZ36.053619.560852.9143
Yxy19.56080.33220.1802
Hunter Lab44.227668.1119-39.9758
CIE-Lab51.337071.6974-41.1435

#cc38c2 color RGB value is (204,56,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00111000 11000010
Octal 314 70 302
Decimal 204 56 194
Hex CC 38 C2

RGB Percentages of Color #cc38c2

%44.93
%12.33
%42.73

CMYK Percentages of Color #cc38c2

%0
%73
%5
%20

Triadic Colors of #cc38c2

#cc38c2 #c2cc38 #38c2cc

Analogous Colors of #cc38c2

#cc38c2 #cc3878 #8c38cc

Monochromatic Colors of #cc38c2

#cc38c2

Complementary Color

#cc38c2 #38cc42

#cc38c2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc38c2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc38c2 Color CSS Codes

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

#cc38c2 Text Font Color

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

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


#cc38c2 Background Color

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

This div background color is #cc38c2


#cc38c2 Border Color

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

This div border color is #cc38c2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc38c2


Comments

No comments written yet.

Please login to write comment.