Color Hex Logo

#cc5acf Color Hex

#CC5ACF
(204,90,207)
0 Favorites   0 Comments

Color spaces of #cc5acf

RGB 20490207
HSL0.830.550.58
HSV298°57°81°
CMYK 0.010.570.00   0.19
XYZ39.820524.654761.6915
Yxy24.65470.31560.1954
Hunter Lab49.653556.2576-38.9068
CIE-Lab56.737460.6097-40.0857

#cc5acf color RGB value is (204,90,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01011010 11001111
Octal 314 132 317
Decimal 204 90 207
Hex CC 5A CF

RGB Percentages of Color #cc5acf

%40.72
%17.96
%41.32

CMYK Percentages of Color #cc5acf

%1
%57
%0
%19

Triadic Colors of #cc5acf

#cc5acf #cfcc5a #5acfcc

Analogous Colors of #cc5acf

#cc5acf #cf5a98 #925acf

Monochromatic Colors of #cc5acf

#cc5acf

Complementary Color

#cc5acf #5dcf5a

#cc5acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc5acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc5acf Color CSS Codes

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

#cc5acf Text Font Color

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

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


#cc5acf Background Color

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

This div background color is #cc5acf


#cc5acf Border Color

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

This div border color is #cc5acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc5acf


Comments

No comments written yet.

Please login to write comment.