Color Hex Logo

#cc38de Color Hex

#CC38DE
(204,56,222)
0 Favorites   0 Comments

Color spaces of #cc38de

RGB 20456222
HSL0.820.720.55
HSV293°75°87°
CMYK 0.080.750.00   0.13
XYZ39.500820.939671.0671
Yxy20.93960.30040.1592
Hunter Lab45.759874.0052-60.0482
CIE-Lab52.883376.2182-54.7223

#cc38de color RGB value is (204,56,222).

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

The process color (four color CMYK) of #cc38de color hex is 0.08, 0.75, 0.00, 0.13. Web safe color of #cc38de is #cc33cc. Color #cc38de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00111000 11011110
Octal 314 70 336
Decimal 204 56 222
Hex CC 38 DE

RGB Percentages of Color #cc38de

%42.32
%11.62
%46.06

CMYK Percentages of Color #cc38de

%8
%75
%0
%13

Triadic Colors of #cc38de

#cc38de #decc38 #38decc

Analogous Colors of #cc38de

#cc38de #de389d #7938de

Monochromatic Colors of #cc38de

#cc38de

Complementary Color

#cc38de #4ade38

#cc38de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc38de Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc38de Color CSS Codes

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

#cc38de Text Font Color

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

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


#cc38de Background Color

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

This div background color is #cc38de


#cc38de Border Color

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

This div border color is #cc38de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc38de


Comments

No comments written yet.

Please login to write comment.