Color Hex Logo

#cca2da Color Hex

#CCA2DA
(204,162,218)
0 Favorites   0 Comments

Color spaces of #cca2da

RGB 204162218
HSL0.790.430.75
HSV285°26°85°
CMYK 0.060.260.00   0.15
XYZ50.477143.740072.1119
Yxy43.74000.30350.2630
Hunter Lab66.136220.4980-18.3517
CIE-Lab72.054425.3623-22.5149

#cca2da color RGB value is (204,162,218).

#cca2da hex color red value is 204, green value is 162 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #cca2da hue: 0.79 , saturation: 0.43 and the lightness value of cca2da is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100010 11011010
Octal 314 242 332
Decimal 204 162 218
Hex CC A2 DA

RGB Percentages of Color #cca2da

%34.93
%27.74
%37.33

CMYK Percentages of Color #cca2da

%6
%26
%0
%15

Triadic Colors of #cca2da

#cca2da #dacca2 #a2dacc

Analogous Colors of #cca2da

#cca2da #daa2cc #b0a2da

Monochromatic Colors of #cca2da

#cca2da

Complementary Color

#cca2da #b0daa2

#cca2da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca2da Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca2da Color CSS Codes

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

#cca2da Text Font Color

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

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


#cca2da Background Color

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

This div background color is #cca2da


#cca2da Border Color

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

This div border color is #cca2da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca2da


Comments

No comments written yet.

Please login to write comment.