Color Hex Logo

#d48aeb Color Hex

#D48AEB
(212,138,235)
0 Favorites   0 Comments

Color spaces of #d48aeb

RGB 212138235
HSL0.790.710.73
HSV286°41°92°
CMYK 0.100.410.00   0.08
XYZ51.235338.172283.2648
Yxy38.17220.29670.2211
Hunter Lab61.783739.9032-36.6556
CIE-Lab68.147344.2203-37.8114

#d48aeb color RGB value is (212,138,235).

#d48aeb hex color red value is 212, green value is 138 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d48aeb hue: 0.79 , saturation: 0.71 and the lightness value of d48aeb is 0.73.

The process color (four color CMYK) of #d48aeb color hex is 0.10, 0.41, 0.00, 0.08. Web safe color of #d48aeb is #cc99ff. Color #d48aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10001010 11101011
Octal 324 212 353
Decimal 212 138 235
Hex D4 8A EB

RGB Percentages of Color #d48aeb

%36.24
%23.59
%40.17

CMYK Percentages of Color #d48aeb

%10
%41
%0
%8

Triadic Colors of #d48aeb

#d48aeb #ebd48a #8aebd4

Analogous Colors of #d48aeb

#d48aeb #eb8ad2 #a48aeb

Monochromatic Colors of #d48aeb

#d48aeb

Complementary Color

#d48aeb #a1eb8a

#d48aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d48aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d48aeb Color CSS Codes

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

#d48aeb Text Font Color

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

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


#d48aeb Background Color

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

This div background color is #d48aeb


#d48aeb Border Color

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

This div border color is #d48aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d48aeb


Comments

No comments written yet.

Please login to write comment.