Color Hex Logo

#c3abcd Color Hex

#C3ABCD
(195,171,205)
0 Favorites   0 Comments

Color spaces of #c3abcd

RGB 195171205
HSL0.780.250.74
HSV282°17°80°
CMYK 0.050.170.00   0.20
XYZ48.088045.135763.9352
Yxy45.13570.30600.2872
Hunter Lab67.183110.1954-9.3955
CIE-Lab72.981214.8759-14.0618

#c3abcd color RGB value is (195,171,205).

#c3abcd hex color red value is 195, green value is 171 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c3abcd hue: 0.78 , saturation: 0.25 and the lightness value of c3abcd is 0.74.

The process color (four color CMYK) of #c3abcd color hex is 0.05, 0.17, 0.00, 0.20. Web safe color of #c3abcd is #cc99cc. Color #c3abcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101011 11001101
Octal 303 253 315
Decimal 195 171 205
Hex C3 AB CD

RGB Percentages of Color #c3abcd

%34.15
%29.95
%35.90

CMYK Percentages of Color #c3abcd

%5
%17
%0
%20

Triadic Colors of #c3abcd

#c3abcd #cdc3ab #abcdc3

Analogous Colors of #c3abcd

#c3abcd #cdabc6 #b2abcd

Monochromatic Colors of #c3abcd

#c3abcd

Complementary Color

#c3abcd #b5cdab

#c3abcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3abcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3abcd Color CSS Codes

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

#c3abcd Text Font Color

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

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


#c3abcd Background Color

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

This div background color is #c3abcd


#c3abcd Border Color

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

This div border color is #c3abcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3abcd


Comments

No comments written yet.

Please login to write comment.