Color Hex Logo

#cc54da Color Hex

#CC54DA
(204,84,218)
0 Favorites   0 Comments

Color spaces of #cc54da

RGB 20484218
HSL0.820.640.59
HSV294°61°85°
CMYK 0.060.610.00   0.15
XYZ40.727124.240068.8619
Yxy24.24000.30430.1811
Hunter Lab49.234161.4977-48.4628
CIE-Lab56.327365.1956-46.9712

#cc54da color RGB value is (204,84,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010100 11011010
Octal 314 124 332
Decimal 204 84 218
Hex CC 54 DA

RGB Percentages of Color #cc54da

%40.32
%16.60
%43.08

CMYK Percentages of Color #cc54da

%6
%61
%0
%15

Triadic Colors of #cc54da

#cc54da #dacc54 #54dacc

Analogous Colors of #cc54da

#cc54da #da54a5 #8954da

Monochromatic Colors of #cc54da

#cc54da

Complementary Color

#cc54da #62da54

#cc54da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc54da Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc54da Color CSS Codes

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

#cc54da Text Font Color

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

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


#cc54da Background Color

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

This div background color is #cc54da


#cc54da Border Color

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

This div border color is #cc54da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc54da


Comments

No comments written yet.

Please login to write comment.