Color Hex Logo

#d37aeb Color Hex

#D37AEB
(211,122,235)
0 Favorites   0 Comments

Color spaces of #d37aeb

RGB 211122235
HSL0.800.740.70
HSV287°48°92°
CMYK 0.100.480.00   0.08
XYZ48.818933.766182.5417
Yxy33.76610.29560.2045
Hunter Lab58.108648.2735-43.5438
CIE-Lab64.776552.2493-43.0922

#d37aeb color RGB value is (211,122,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01111010 11101011
Octal 323 172 353
Decimal 211 122 235
Hex D3 7A EB

RGB Percentages of Color #d37aeb

%37.15
%21.48
%41.37

CMYK Percentages of Color #d37aeb

%10
%48
%0
%8

Triadic Colors of #d37aeb

#d37aeb #ebd37a #7aebd3

Analogous Colors of #d37aeb

#d37aeb #eb7acb #9b7aeb

Monochromatic Colors of #d37aeb

#d37aeb

Complementary Color

#d37aeb #92eb7a

#d37aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d37aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d37aeb Color CSS Codes

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

#d37aeb Text Font Color

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

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


#d37aeb Background Color

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

This div background color is #d37aeb


#d37aeb Border Color

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

This div border color is #d37aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d37aeb


Comments

No comments written yet.

Please login to write comment.