Color Hex Logo

#d48eed Color Hex

#D48EED
(212,142,237)
0 Favorites   0 Comments

Color spaces of #d48eed

RGB 212142237
HSL0.790.730.74
HSV284°40°93°
CMYK 0.110.400.00   0.07
XYZ52.110439.457584.9903
Yxy39.45750.29510.2235
Hunter Lab62.815238.1539-36.2500
CIE-Lab69.081442.4979-37.4557

#d48eed color RGB value is (212,142,237).

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

The process color (four color CMYK) of #d48eed color hex is 0.11, 0.40, 0.00, 0.07. Web safe color of #d48eed is #cc99ff. Color #d48eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10001110 11101101
Octal 324 216 355
Decimal 212 142 237
Hex D4 8E ED

RGB Percentages of Color #d48eed

%35.87
%24.03
%40.10

CMYK Percentages of Color #d48eed

%11
%40
%0
%7

Triadic Colors of #d48eed

#d48eed #edd48e #8eedd4

Analogous Colors of #d48eed

#d48eed #ed8ed7 #a58eed

Monochromatic Colors of #d48eed

#d48eed

Complementary Color

#d48eed #a7ed8e

#d48eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d48eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d48eed Color CSS Codes

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

#d48eed Text Font Color

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

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


#d48eed Background Color

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

This div background color is #d48eed


#d48eed Border Color

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

This div border color is #d48eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d48eed


Comments

No comments written yet.

Please login to write comment.