Color Hex Logo

#cc5ecf Color Hex

#CC5ECF
(204,94,207)
0 Favorites   0 Comments

Color spaces of #cc5ecf

RGB 20494207
HSL0.830.540.59
HSV298°55°81°
CMYK 0.010.550.00   0.19
XYZ40.167025.347861.8071
Yxy25.34780.31550.1991
Hunter Lab50.346654.3025-37.5437
CIE-Lab57.412758.7809-39.0247

#cc5ecf color RGB value is (204,94,207).

#cc5ecf hex color red value is 204, green value is 94 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #cc5ecf hue: 0.83 , saturation: 0.54 and the lightness value of cc5ecf is 0.59.

The process color (four color CMYK) of #cc5ecf color hex is 0.01, 0.55, 0.00, 0.19. Web safe color of #cc5ecf is #cc66cc. Color #cc5ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01011110 11001111
Octal 314 136 317
Decimal 204 94 207
Hex CC 5E CF

RGB Percentages of Color #cc5ecf

%40.40
%18.61
%40.99

CMYK Percentages of Color #cc5ecf

%1
%55
%0
%19

Triadic Colors of #cc5ecf

#cc5ecf #cfcc5e #5ecfcc

Analogous Colors of #cc5ecf

#cc5ecf #cf5e9a #945ecf

Monochromatic Colors of #cc5ecf

#cc5ecf

Complementary Color

#cc5ecf #61cf5e

#cc5ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc5ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc5ecf Color CSS Codes

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

#cc5ecf Text Font Color

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

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


#cc5ecf Background Color

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

This div background color is #cc5ecf


#cc5ecf Border Color

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

This div border color is #cc5ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc5ecf


Comments

No comments written yet.

Please login to write comment.