Color Hex Logo

#d48bef Color Hex

#D48BEF
(212,139,239)
0 Favorites   0 Comments

Color spaces of #d48bef

RGB 212139239
HSL0.790.760.74
HSV284°42°94°
CMYK 0.110.420.00   0.06
XYZ51.964038.694386.3913
Yxy38.69430.29350.2186
Hunter Lab62.204740.2553-38.7999
CIE-Lab68.529244.4942-39.4140

#d48bef color RGB value is (212,139,239).

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

The process color (four color CMYK) of #d48bef color hex is 0.11, 0.42, 0.00, 0.06. Web safe color of #d48bef is #cc99ff. Color #d48bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10001011 11101111
Octal 324 213 357
Decimal 212 139 239
Hex D4 8B EF

RGB Percentages of Color #d48bef

%35.93
%23.56
%40.51

CMYK Percentages of Color #d48bef

%11
%42
%0
%6

Triadic Colors of #d48bef

#d48bef #efd48b #8befd4

Analogous Colors of #d48bef

#d48bef #ef8bd8 #a28bef

Monochromatic Colors of #d48bef

#d48bef

Complementary Color

#d48bef #a6ef8b

#d48bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d48bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d48bef Color CSS Codes

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

#d48bef Text Font Color

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

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


#d48bef Background Color

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

This div background color is #d48bef


#d48bef Border Color

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

This div border color is #d48bef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,139,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d48bef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d48bef


Comments

No comments written yet.

Please login to write comment.