Color Hex Logo

#c3aedb Color Hex

#C3AEDB
(195,174,219)
0 Favorites   0 Comments

Color spaces of #c3aedb

RGB 195174219
HSL0.740.380.77
HSV268°21°86°
CMYK 0.110.210.00   0.14
XYZ50.427946.988773.4297
Yxy46.98870.29520.2750
Hunter Lab68.548311.3549-15.5283
CIE-Lab74.182516.0576-19.9011

#c3aedb color RGB value is (195,174,219).

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

The process color (four color CMYK) of #c3aedb color hex is 0.11, 0.21, 0.00, 0.14. Web safe color of #c3aedb is #cc99cc. Color #c3aedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101110 11011011
Octal 303 256 333
Decimal 195 174 219
Hex C3 AE DB

RGB Percentages of Color #c3aedb

%33.16
%29.59
%37.24

CMYK Percentages of Color #c3aedb

%11
%21
%0
%14

Triadic Colors of #c3aedb

#c3aedb #dbc3ae #aedbc3

Analogous Colors of #c3aedb

#c3aedb #daaedb #aeb0db

Monochromatic Colors of #c3aedb

#c3aedb

Complementary Color

#c3aedb #c6dbae

#c3aedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3aedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3aedb Color CSS Codes

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

#c3aedb Text Font Color

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

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


#c3aedb Background Color

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

This div background color is #c3aedb


#c3aedb Border Color

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

This div border color is #c3aedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3aedb


Comments

No comments written yet.

Please login to write comment.