Color Hex Logo

#cc70be Color Hex

#CC70BE
(204,112,190)
0 Favorites   0 Comments

Color spaces of #cc70be

RGB 204112190
HSL0.860.470.62
HSV309°45°80°
CMYK 0.000.450.07   0.20
XYZ39.990328.143452.0397
Yxy28.14340.33280.2342
Hunter Lab53.050441.7184-21.0252
CIE-Lab60.018147.0000-25.3049

#cc70be color RGB value is (204,112,190).

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

The process color (four color CMYK) of #cc70be color hex is 0.00, 0.45, 0.07, 0.20. Web safe color of #cc70be is #cc66cc. Color #cc70be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110000 10111110
Octal 314 160 276
Decimal 204 112 190
Hex CC 70 BE

RGB Percentages of Color #cc70be

%40.32
%22.13
%37.55

CMYK Percentages of Color #cc70be

%0
%45
%7
%20

Triadic Colors of #cc70be

#cc70be #becc70 #70becc

Analogous Colors of #cc70be

#cc70be #cc7090 #ac70cc

Monochromatic Colors of #cc70be

#cc70be

Complementary Color

#cc70be #70cc7e

#cc70be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc70be Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc70be Color CSS Codes

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

#cc70be Text Font Color

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

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


#cc70be Background Color

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

This div background color is #cc70be


#cc70be Border Color

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

This div border color is #cc70be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc70be


Comments

No comments written yet.

Please login to write comment.