Color Hex Logo

#d48beb Color Hex

#D48BEB
(212,139,235)
0 Favorites   0 Comments

Color spaces of #d48beb

RGB 212139235
HSL0.790.710.73
HSV286°41°92°
CMYK 0.100.410.00   0.08
XYZ51.379438.460483.3129
Yxy38.46040.29670.2221
Hunter Lab62.016439.3549-36.2387
CIE-Lab68.358643.6909-37.4824

#d48beb color RGB value is (212,139,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10001011 11101011
Octal 324 213 353
Decimal 212 139 235
Hex D4 8B EB

RGB Percentages of Color #d48beb

%36.18
%23.72
%40.10

CMYK Percentages of Color #d48beb

%10
%41
%0
%8

Triadic Colors of #d48beb

#d48beb #ebd48b #8bebd4

Analogous Colors of #d48beb

#d48beb #eb8bd2 #a48beb

Monochromatic Colors of #d48beb

#d48beb

Complementary Color

#d48beb #a2eb8b

#d48beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d48beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d48beb Color CSS Codes

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

#d48beb Text Font Color

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

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


#d48beb Background Color

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

This div background color is #d48beb


#d48beb Border Color

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

This div border color is #d48beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d48beb


Comments

No comments written yet.

Please login to write comment.