Color Hex Logo

#cc70dd Color Hex

#CC70DD
(204,112,221)
0 Favorites   0 Comments

Color spaces of #cc70dd

RGB 204112221
HSL0.810.620.65
HSV291°49°87°
CMYK 0.080.490.00   0.13
XYZ43.747229.646271.8232
Yxy29.64620.30130.2042
Hunter Lab54.448348.1335-40.0961
CIE-Lab61.347752.6519-40.7416

#cc70dd color RGB value is (204,112,221).

#cc70dd hex color red value is 204, green value is 112 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cc70dd hue: 0.81 , saturation: 0.62 and the lightness value of cc70dd is 0.65.

The process color (four color CMYK) of #cc70dd color hex is 0.08, 0.49, 0.00, 0.13. Web safe color of #cc70dd is #cc66cc. Color #cc70dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110000 11011101
Octal 314 160 335
Decimal 204 112 221
Hex CC 70 DD

RGB Percentages of Color #cc70dd

%37.99
%20.86
%41.15

CMYK Percentages of Color #cc70dd

%8
%49
%0
%13

Triadic Colors of #cc70dd

#cc70dd #ddcc70 #70ddcc

Analogous Colors of #cc70dd

#cc70dd #dd70b8 #9670dd

Monochromatic Colors of #cc70dd

#cc70dd

Complementary Color

#cc70dd #81dd70

#cc70dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc70dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc70dd Color CSS Codes

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

#cc70dd Text Font Color

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

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


#cc70dd Background Color

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

This div background color is #cc70dd


#cc70dd Border Color

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

This div border color is #cc70dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc70dd


Comments

No comments written yet.

Please login to write comment.