Color Hex Logo

#d5afeb Color Hex

#D5AFEB
(213,175,235)
0 Favorites   0 Comments

Color spaces of #d5afeb

RGB 213175235
HSL0.770.600.80
HSV278°26°92°
CMYK 0.090.260.00   0.08
XYZ57.765950.804285.3589
Yxy50.80420.29790.2620
Hunter Lab71.277119.9290-21.1097
CIE-Lab76.560324.5603-24.8269

#d5afeb color RGB value is (213,175,235).

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

The process color (four color CMYK) of #d5afeb color hex is 0.09, 0.26, 0.00, 0.08. Web safe color of #d5afeb is #cc99ff. Color #d5afeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10101111 11101011
Octal 325 257 353
Decimal 213 175 235
Hex D5 AF EB

RGB Percentages of Color #d5afeb

%34.19
%28.09
%37.72

CMYK Percentages of Color #d5afeb

%9
%26
%0
%8

Triadic Colors of #d5afeb

#d5afeb #ebd5af #afebd5

Analogous Colors of #d5afeb

#d5afeb #ebafe3 #b7afeb

Monochromatic Colors of #d5afeb

#d5afeb

Complementary Color

#d5afeb #c5ebaf

#d5afeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5afeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5afeb Color CSS Codes

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

#d5afeb Text Font Color

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

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


#d5afeb Background Color

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

This div background color is #d5afeb


#d5afeb Border Color

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

This div border color is #d5afeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5afeb


Comments

No comments written yet.

Please login to write comment.