Color Hex Logo

#cc93da Color Hex

#CC93DA
(204,147,218)
0 Favorites   0 Comments

Color spaces of #cc93da

RGB 204147218
HSL0.800.490.72
HSV288°33°85°
CMYK 0.060.330.00   0.15
XYZ47.990438.766871.2830
Yxy38.76680.30370.2453
Hunter Lab62.263028.6221-24.2952
CIE-Lab68.582033.5681-27.8312

#cc93da color RGB value is (204,147,218).

#cc93da hex color red value is 204, green value is 147 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #cc93da hue: 0.80 , saturation: 0.49 and the lightness value of cc93da is 0.72.

The process color (four color CMYK) of #cc93da color hex is 0.06, 0.33, 0.00, 0.15. Web safe color of #cc93da is #cc99cc. Color #cc93da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010011 11011010
Octal 314 223 332
Decimal 204 147 218
Hex CC 93 DA

RGB Percentages of Color #cc93da

%35.85
%25.83
%38.31

CMYK Percentages of Color #cc93da

%6
%33
%0
%15

Triadic Colors of #cc93da

#cc93da #dacc93 #93dacc

Analogous Colors of #cc93da

#cc93da #da93c5 #a993da

Monochromatic Colors of #cc93da

#cc93da

Complementary Color

#cc93da #a1da93

#cc93da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc93da Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc93da Color CSS Codes

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

#cc93da Text Font Color

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

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


#cc93da Background Color

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

This div background color is #cc93da


#cc93da Border Color

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

This div border color is #cc93da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc93da


Comments

No comments written yet.

Please login to write comment.