Color Hex Logo

#cc4ebc Color Hex

#CC4EBC
(204,78,188)
0 Favorites   0 Comments

Color spaces of #cc4ebc

RGB 20478188
HSL0.850.550.55
HSV308°62°80°
CMYK 0.000.620.08   0.20
XYZ36.703321.917049.8729
Yxy21.91700.33830.2020
Hunter Lab46.815658.0162-30.3910
CIE-Lab53.938862.6436-33.5852

#cc4ebc color RGB value is (204,78,188).

#cc4ebc hex color red value is 204, green value is 78 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #cc4ebc hue: 0.85 , saturation: 0.55 and the lightness value of cc4ebc is 0.55.

The process color (four color CMYK) of #cc4ebc color hex is 0.00, 0.62, 0.08, 0.20. Web safe color of #cc4ebc is #cc66cc. Color #cc4ebc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01001110 10111100
Octal 314 116 274
Decimal 204 78 188
Hex CC 4E BC

RGB Percentages of Color #cc4ebc

%43.40
%16.60
%40.00

CMYK Percentages of Color #cc4ebc

%0
%62
%8
%20

Triadic Colors of #cc4ebc

#cc4ebc #bccc4e #4ebccc

Analogous Colors of #cc4ebc

#cc4ebc #cc4e7d #9d4ecc

Monochromatic Colors of #cc4ebc

#cc4ebc

Complementary Color

#cc4ebc #4ecc5e

#cc4ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc4ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc4ebc Color CSS Codes

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

#cc4ebc Text Font Color

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

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


#cc4ebc Background Color

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

This div background color is #cc4ebc


#cc4ebc Border Color

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

This div border color is #cc4ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc4ebc


Comments

No comments written yet.

Please login to write comment.