Color Hex Logo

#c3abde Color Hex

#C3ABDE
(195,171,222)
0 Favorites   0 Comments

Color spaces of #c3abde

RGB 195171222
HSL0.750.440.77
HSV268°23°87°
CMYK 0.120.230.00   0.13
XYZ50.253446.001875.3378
Yxy46.00180.29290.2681
Hunter Lab67.824613.5632-18.3805
CIE-Lab73.546718.3308-22.5036

#c3abde color RGB value is (195,171,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101011 11011110
Octal 303 253 336
Decimal 195 171 222
Hex C3 AB DE

RGB Percentages of Color #c3abde

%33.16
%29.08
%37.76

CMYK Percentages of Color #c3abde

%12
%23
%0
%13

Triadic Colors of #c3abde

#c3abde #dec3ab #abdec3

Analogous Colors of #c3abde

#c3abde #ddabde #abadde

Monochromatic Colors of #c3abde

#c3abde

Complementary Color

#c3abde #c6deab

#c3abde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3abde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3abde Color CSS Codes

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

#c3abde Text Font Color

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

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


#c3abde Background Color

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

This div background color is #c3abde


#c3abde Border Color

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

This div border color is #c3abde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3abde


Comments

No comments written yet.

Please login to write comment.