Color Hex Logo

#c3aadf Color Hex

#C3AADF
(195,170,223)
0 Favorites   0 Comments

Color spaces of #c3aadf

RGB 195170223
HSL0.750.450.77
HSV268°24°87°
CMYK 0.130.240.00   0.13
XYZ50.199745.679375.9832
Yxy45.67930.29210.2658
Hunter Lab67.586514.3042-19.3455
CIE-Lab73.337019.0909-23.3690

#c3aadf color RGB value is (195,170,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101010 11011111
Octal 303 252 337
Decimal 195 170 223
Hex C3 AA DF

RGB Percentages of Color #c3aadf

%33.16
%28.91
%37.93

CMYK Percentages of Color #c3aadf

%13
%24
%0
%13

Triadic Colors of #c3aadf

#c3aadf #dfc3aa #aadfc3

Analogous Colors of #c3aadf

#c3aadf #deaadf #aaacdf

Monochromatic Colors of #c3aadf

#c3aadf

Complementary Color

#c3aadf #c6dfaa

#c3aadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3aadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3aadf Color CSS Codes

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

#c3aadf Text Font Color

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

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


#c3aadf Background Color

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

This div background color is #c3aadf


#c3aadf Border Color

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

This div border color is #c3aadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3aadf


Comments

No comments written yet.

Please login to write comment.