Color Hex Logo

#c3aedd Color Hex

#C3AEDD
(195,174,221)
0 Favorites   0 Comments

Color spaces of #c3aedd

RGB 195174221
HSL0.740.410.77
HSV267°21°87°
CMYK 0.120.210.00   0.13
XYZ50.692947.094774.8250
Yxy47.09470.29370.2728
Hunter Lab68.625611.7611-16.6082
CIE-Lab74.250316.4733-20.8882

#c3aedd color RGB value is (195,174,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101110 11011101
Octal 303 256 335
Decimal 195 174 221
Hex C3 AE DD

RGB Percentages of Color #c3aedd

%33.05
%29.49
%37.46

CMYK Percentages of Color #c3aedd

%12
%21
%0
%13

Triadic Colors of #c3aedd

#c3aedd #ddc3ae #aeddc3

Analogous Colors of #c3aedd

#c3aedd #dbaedd #aeb1dd

Monochromatic Colors of #c3aedd

#c3aedd

Complementary Color

#c3aedd #c8ddae

#c3aedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3aedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3aedd Color CSS Codes

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

#c3aedd Text Font Color

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

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


#c3aedd Background Color

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

This div background color is #c3aedd


#c3aedd Border Color

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

This div border color is #c3aedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3aedd


Comments

No comments written yet.

Please login to write comment.