Color Hex Logo

#cc7ebe Color Hex

#CC7EBE
(204,126,190)
0 Favorites   0 Comments

Color spaces of #cc7ebe

RGB 204126190
HSL0.860.430.65
HSV311°38°80°
CMYK 0.000.380.07   0.20
XYZ41.657031.476852.5953
Yxy31.47680.33130.2504
Hunter Lab56.104234.3528-16.3089
CIE-Lab62.908139.6774-20.8766

#cc7ebe color RGB value is (204,126,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01111110 10111110
Octal 314 176 276
Decimal 204 126 190
Hex CC 7E BE

RGB Percentages of Color #cc7ebe

%39.23
%24.23
%36.54

CMYK Percentages of Color #cc7ebe

%0
%38
%7
%20

Triadic Colors of #cc7ebe

#cc7ebe #becc7e #7ebecc

Analogous Colors of #cc7ebe

#cc7ebe #cc7e97 #b37ecc

Monochromatic Colors of #cc7ebe

#cc7ebe

Complementary Color

#cc7ebe #7ecc8c

#cc7ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc7ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc7ebe Color CSS Codes

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

#cc7ebe Text Font Color

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

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


#cc7ebe Background Color

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

This div background color is #cc7ebe


#cc7ebe Border Color

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

This div border color is #cc7ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc7ebe


Comments

No comments written yet.

Please login to write comment.