Color Hex Logo

#ab5deb Color Hex

#AB5DEB
(171,93,235)
0 Favorites   0 Comments

Color spaces of #ab5deb

RGB 17193235
HSL0.760.780.64
HSV273°60°92°
CMYK 0.270.600.00   0.08
XYZ35.704322.484881.0554
Yxy22.48480.25640.1615
Hunter Lab47.418151.4229-68.1562
CIE-Lab54.537756.7286-59.6442

#ab5deb color RGB value is (171,93,235).

#ab5deb hex color red value is 171, green value is 93 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ab5deb hue: 0.76 , saturation: 0.78 and the lightness value of ab5deb is 0.64.

The process color (four color CMYK) of #ab5deb color hex is 0.27, 0.60, 0.00, 0.08. Web safe color of #ab5deb is #9966ff. Color #ab5deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011101 11101011
Octal 253 135 353
Decimal 171 93 235
Hex AB 5D EB

RGB Percentages of Color #ab5deb

%34.27
%18.64
%47.09

CMYK Percentages of Color #ab5deb

%27
%60
%0
%8

Triadic Colors of #ab5deb

#ab5deb #ebab5d #5debab

Analogous Colors of #ab5deb

#ab5deb #eb5de4 #645deb

Monochromatic Colors of #ab5deb

#ab5deb

Complementary Color

#ab5deb #9deb5d

#ab5deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5deb Color CSS Codes

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

#ab5deb Text Font Color

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

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


#ab5deb Background Color

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

This div background color is #ab5deb


#ab5deb Border Color

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

This div border color is #ab5deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5deb


Comments

No comments written yet.

Please login to write comment.