Color Hex Logo

#d5abed Color Hex

#D5ABED
(213,171,237)
0 Favorites   0 Comments

Color spaces of #d5abed

RGB 213171237
HSL0.770.650.80
HSV278°28°93°
CMYK 0.100.280.00   0.07
XYZ57.289549.386486.6338
Yxy49.38640.29640.2555
Hunter Lab70.275522.5336-23.8984
CIE-Lab75.691127.1393-27.2391

#d5abed color RGB value is (213,171,237).

#d5abed hex color red value is 213, green value is 171 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d5abed hue: 0.77 , saturation: 0.65 and the lightness value of d5abed is 0.80.

The process color (four color CMYK) of #d5abed color hex is 0.10, 0.28, 0.00, 0.07. Web safe color of #d5abed is #cc99ff. Color #d5abed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10101011 11101101
Octal 325 253 355
Decimal 213 171 237
Hex D5 AB ED

RGB Percentages of Color #d5abed

%34.30
%27.54
%38.16

CMYK Percentages of Color #d5abed

%10
%28
%0
%7

Triadic Colors of #d5abed

#d5abed #edd5ab #abedd5

Analogous Colors of #d5abed

#d5abed #edabe4 #b4abed

Monochromatic Colors of #d5abed

#d5abed

Complementary Color

#d5abed #c3edab

#d5abed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5abed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5abed Color CSS Codes

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

#d5abed Text Font Color

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

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


#d5abed Background Color

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

This div background color is #d5abed


#d5abed Border Color

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

This div border color is #d5abed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5abed


Comments

No comments written yet.

Please login to write comment.