Color Hex Logo

#cc53da Color Hex

#CC53DA
(204,83,218)
0 Favorites   0 Comments

Color spaces of #cc53da

RGB 20483218
HSL0.820.650.59
HSV294°62°85°
CMYK 0.060.620.00   0.15
XYZ40.650024.085868.8362
Yxy24.08580.30430.1803
Hunter Lab49.077361.9637-48.8065
CIE-Lab56.173665.6200-47.2148

#cc53da color RGB value is (204,83,218).

#cc53da hex color red value is 204, green value is 83 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #cc53da hue: 0.82 , saturation: 0.65 and the lightness value of cc53da is 0.59.

The process color (four color CMYK) of #cc53da color hex is 0.06, 0.62, 0.00, 0.15. Web safe color of #cc53da is #cc66cc. Color #cc53da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010011 11011010
Octal 314 123 332
Decimal 204 83 218
Hex CC 53 DA

RGB Percentages of Color #cc53da

%40.40
%16.44
%43.17

CMYK Percentages of Color #cc53da

%6
%62
%0
%15

Triadic Colors of #cc53da

#cc53da #dacc53 #53dacc

Analogous Colors of #cc53da

#cc53da #da53a5 #8953da

Monochromatic Colors of #cc53da

#cc53da

Complementary Color

#cc53da #61da53

#cc53da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc53da Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc53da Color CSS Codes

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

#cc53da Text Font Color

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

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


#cc53da Background Color

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

This div background color is #cc53da


#cc53da Border Color

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

This div border color is #cc53da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc53da


Comments

No comments written yet.

Please login to write comment.