Color Hex Logo

#cc38dd Color Hex

#CC38DD
(204,56,221)
0 Favorites   0 Comments

Color spaces of #cc38dd

RGB 20456221
HSL0.820.710.54
HSV294°75°87°
CMYK 0.080.750.00   0.13
XYZ39.367220.886270.3632
Yxy20.88620.30140.1599
Hunter Lab45.701473.7824-59.2936
CIE-Lab52.824776.0497-54.2487

#cc38dd color RGB value is (204,56,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00111000 11011101
Octal 314 70 335
Decimal 204 56 221
Hex CC 38 DD

RGB Percentages of Color #cc38dd

%42.41
%11.64
%45.95

CMYK Percentages of Color #cc38dd

%8
%75
%0
%13

Triadic Colors of #cc38dd

#cc38dd #ddcc38 #38ddcc

Analogous Colors of #cc38dd

#cc38dd #dd389c #7a38dd

Monochromatic Colors of #cc38dd

#cc38dd

Complementary Color

#cc38dd #49dd38

#cc38dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc38dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc38dd Color CSS Codes

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

#cc38dd Text Font Color

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

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


#cc38dd Background Color

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

This div background color is #cc38dd


#cc38dd Border Color

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

This div border color is #cc38dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc38dd


Comments

No comments written yet.

Please login to write comment.