color codes Logo

#cc70bc color codes

#CC70BC
(204,112,188)
0 Favorites   0 Comments

Color spaces of #cc70bc

RGB 204112188
HSL0.860.470.62
HSV310°45°80°
CMYK 0.000.450.08   0.20
XYZ39.773128.056650.8961
Yxy28.05660.33500.2363
Hunter Lab52.968541.3377-19.8924
CIE-Lab59.939846.6577-24.2858

#cc70bc color RGB value is (204,112,188).

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

The process color (four color CMYK) of #cc70bc color code is 0.00, 0.45, 0.08, 0.20. Web safe color of #cc70bc is #cc66cc. Color #cc70bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110000 10111100
Octal 314 160 274
Decimal 204 112 188
Hex CC 70 BC

RGB Percentages of Color #cc70bc

%40.48
%22.22
%37.30

CMYK Percentages of Color #cc70bc

%0
%45
%8
%20

Triadic Colors of #cc70bc

#cc70bc #bccc70 #70bccc

Analogous Colors of #cc70bc

#cc70bc #cc708e #ae70cc

Monochromatic Colors of #cc70bc

#cc70bc

Complementary Color

#cc70bc #70cc80

#cc70bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc70bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc70bc Color CSS Codes

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

#cc70bc Text Font Color

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

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


#cc70bc Background Color

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

This div background color is #cc70bc


#cc70bc Border Color

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

This div border color is #cc70bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc70bc


Comments

No comments written yet.

Please login to write comment.