Color Hex Logo

#c3abdd Color Hex

#C3ABDD
(195,171,221)
0 Favorites   0 Comments

Color spaces of #c3abdd

RGB 195171221
HSL0.750.420.77
HSV269°23°87°
CMYK 0.120.230.00   0.13
XYZ50.119745.948474.6339
Yxy45.94840.29360.2692
Hunter Lab67.785213.3568-17.8307
CIE-Lab73.512018.1214-22.0107

#c3abdd color RGB value is (195,171,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101011 11011101
Octal 303 253 335
Decimal 195 171 221
Hex C3 AB DD

RGB Percentages of Color #c3abdd

%33.22
%29.13
%37.65

CMYK Percentages of Color #c3abdd

%12
%23
%0
%13

Triadic Colors of #c3abdd

#c3abdd #ddc3ab #abddc3

Analogous Colors of #c3abdd

#c3abdd #dcabdd #abacdd

Monochromatic Colors of #c3abdd

#c3abdd

Complementary Color

#c3abdd #c5ddab

#c3abdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3abdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3abdd Color CSS Codes

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

#c3abdd Text Font Color

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

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


#c3abdd Background Color

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

This div background color is #c3abdd


#c3abdd Border Color

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

This div border color is #c3abdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3abdd


Comments

No comments written yet.

Please login to write comment.