Color Hex Logo

#c3aadd Color Hex

#C3AADD
(195,170,221)
0 Favorites   0 Comments

Color spaces of #c3aadd

RGB 195170221
HSL0.750.430.77
HSV269°23°87°
CMYK 0.120.230.00   0.13
XYZ49.931545.572074.5712
Yxy45.57200.29360.2680
Hunter Lab67.507013.8900-18.2394
CIE-Lab73.266918.6716-22.3839

#c3aadd color RGB value is (195,170,221).

#c3aadd hex color red value is 195, green value is 170 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c3aadd hue: 0.75 , saturation: 0.43 and the lightness value of c3aadd is 0.77.

The process color (four color CMYK) of #c3aadd color hex is 0.12, 0.23, 0.00, 0.13. Web safe color of #c3aadd is #cc99cc. Color #c3aadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101010 11011101
Octal 303 252 335
Decimal 195 170 221
Hex C3 AA DD

RGB Percentages of Color #c3aadd

%33.28
%29.01
%37.71

CMYK Percentages of Color #c3aadd

%12
%23
%0
%13

Triadic Colors of #c3aadd

#c3aadd #ddc3aa #aaddc3

Analogous Colors of #c3aadd

#c3aadd #ddaadd #aaabdd

Monochromatic Colors of #c3aadd

#c3aadd

Complementary Color

#c3aadd #c4ddaa

#c3aadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3aadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3aadd Color CSS Codes

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

#c3aadd Text Font Color

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

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


#c3aadd Background Color

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

This div background color is #c3aadd


#c3aadd Border Color

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

This div border color is #c3aadd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,170,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c3aadd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c3aadd;
  -webkit-box-shadow: 1px 1px 3px 2px #c3aadd;
  box-shadow:         1px 1px 3px 2px #c3aadd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,170,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3aadd


Comments

No comments written yet.

Please login to write comment.