Color Hex Logo

#d57aeb Color Hex

#D57AEB
(213,122,235)
0 Favorites   0 Comments

Color spaces of #d57aeb

RGB 213122235
HSL0.800.740.70
HSV288°48°92°
CMYK 0.090.480.00   0.08
XYZ49.395534.063482.5687
Yxy34.06340.29750.2052
Hunter Lab58.363948.9344-43.0242
CIE-Lab65.012952.8007-42.7046

#d57aeb color RGB value is (213,122,235).

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

The process color (four color CMYK) of #d57aeb color hex is 0.09, 0.48, 0.00, 0.08. Web safe color of #d57aeb is #cc66ff. Color #d57aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01111010 11101011
Octal 325 172 353
Decimal 213 122 235
Hex D5 7A EB

RGB Percentages of Color #d57aeb

%37.37
%21.40
%41.23

CMYK Percentages of Color #d57aeb

%9
%48
%0
%8

Triadic Colors of #d57aeb

#d57aeb #ebd57a #7aebd5

Analogous Colors of #d57aeb

#d57aeb #eb7ac9 #9d7aeb

Monochromatic Colors of #d57aeb

#d57aeb

Complementary Color

#d57aeb #90eb7a

#d57aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d57aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d57aeb Color CSS Codes

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

#d57aeb Text Font Color

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

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


#d57aeb Background Color

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

This div background color is #d57aeb


#d57aeb Border Color

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

This div border color is #d57aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d57aeb


Comments

No comments written yet.

Please login to write comment.