Color Hex Logo

#c9abeb Color Hex

#C9ABEB
(201,171,235)
0 Favorites   0 Comments

Color spaces of #c9abeb

RGB 201171235
HSL0.740.620.80
HSV268°27°92°
CMYK 0.140.270.00   0.08
XYZ53.645747.541584.9463
Yxy47.54150.28820.2554
Hunter Lab68.950318.2159-24.7796
CIE-Lab74.534822.9718-28.0215

#c9abeb color RGB value is (201,171,235).

#c9abeb hex color red value is 201, green value is 171 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c9abeb hue: 0.74 , saturation: 0.62 and the lightness value of c9abeb is 0.80.

The process color (four color CMYK) of #c9abeb color hex is 0.14, 0.27, 0.00, 0.08. Web safe color of #c9abeb is #cc99ff. Color #c9abeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10101011 11101011
Octal 311 253 353
Decimal 201 171 235
Hex C9 AB EB

RGB Percentages of Color #c9abeb

%33.11
%28.17
%38.71

CMYK Percentages of Color #c9abeb

%14
%27
%0
%8

Triadic Colors of #c9abeb

#c9abeb #ebc9ab #abebc9

Analogous Colors of #c9abeb

#c9abeb #e9abeb #abadeb

Monochromatic Colors of #c9abeb

#c9abeb

Complementary Color

#c9abeb #cdebab

#c9abeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9abeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9abeb Color CSS Codes

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

#c9abeb Text Font Color

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

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


#c9abeb Background Color

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

This div background color is #c9abeb


#c9abeb Border Color

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

This div border color is #c9abeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9abeb


Comments

No comments written yet.

Please login to write comment.