Color Hex Logo

#cc30dd Color Hex

#CC30DD
(204,48,221)
0 Favorites   0 Comments

Color spaces of #cc30dd

RGB 20448221
HSL0.820.720.53
HSV294°78°87°
CMYK 0.080.780.00   0.13
XYZ39.009920.171770.2441
Yxy20.17170.30140.1559
Hunter Lab44.912976.4417-61.2909
CIE-Lab52.030878.3408-55.5199

#cc30dd color RGB value is (204,48,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110000 11011101
Octal 314 60 335
Decimal 204 48 221
Hex CC 30 DD

RGB Percentages of Color #cc30dd

%43.13
%10.15
%46.72

CMYK Percentages of Color #cc30dd

%8
%78
%0
%13

Triadic Colors of #cc30dd

#cc30dd #ddcc30 #30ddcc

Analogous Colors of #cc30dd

#cc30dd #dd3098 #7630dd

Monochromatic Colors of #cc30dd

#cc30dd

Complementary Color

#cc30dd #41dd30

#cc30dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc30dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc30dd Color CSS Codes

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

#cc30dd Text Font Color

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

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


#cc30dd Background Color

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

This div background color is #cc30dd


#cc30dd Border Color

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

This div border color is #cc30dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,48,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 #cc30dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc30dd


Comments

No comments written yet.

Please login to write comment.