Color Hex Logo

#d88efa Color Hex

#D88EFA
(216,142,250)
0 Favorites   0 Comments

Color spaces of #d88efa

RGB 216142250
HSL0.780.920.77
HSV281°43°98°
CMYK 0.140.430.00   0.02
XYZ55.247240.847195.4149
Yxy40.84710.28850.2133
Hunter Lab63.911742.4552-43.7768
CIE-Lab70.068746.2941-42.9940

#d88efa color RGB value is (216,142,250).

#d88efa hex color red value is 216, green value is 142 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d88efa hue: 0.78 , saturation: 0.92 and the lightness value of d88efa is 0.77.

The process color (four color CMYK) of #d88efa color hex is 0.14, 0.43, 0.00, 0.02. Web safe color of #d88efa is #cc99ff. Color #d88efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10001110 11111010
Octal 330 216 372
Decimal 216 142 250
Hex D8 8E FA

RGB Percentages of Color #d88efa

%35.53
%23.36
%41.12

CMYK Percentages of Color #d88efa

%14
%43
%0
%2

Triadic Colors of #d88efa

#d88efa #fad88e #8efad8

Analogous Colors of #d88efa

#d88efa #fa8ee6 #a28efa

Monochromatic Colors of #d88efa

#d88efa

Complementary Color

#d88efa #b0fa8e

#d88efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d88efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d88efa Color CSS Codes

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

#d88efa Text Font Color

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

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


#d88efa Background Color

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

This div background color is #d88efa


#d88efa Border Color

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

This div border color is #d88efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d88efa


Comments

No comments written yet.

Please login to write comment.