Color Hex Logo

#d07efa Color Hex

#D07EFA
(208,126,250)
0 Favorites   0 Comments

Color spaces of #d07efa

RGB 208126250
HSL0.780.930.74
HSV280°50°98°
CMYK 0.170.500.00   0.02
XYZ50.728635.233794.5696
Yxy35.23370.28100.1952
Hunter Lab59.358048.6734-52.9107
CIE-Lab65.930252.4309-49.5624

#d07efa color RGB value is (208,126,250).

#d07efa hex color red value is 208, green value is 126 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d07efa hue: 0.78 , saturation: 0.93 and the lightness value of d07efa is 0.74.

The process color (four color CMYK) of #d07efa color hex is 0.17, 0.50, 0.00, 0.02. Web safe color of #d07efa is #cc66ff. Color #d07efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01111110 11111010
Octal 320 176 372
Decimal 208 126 250
Hex D0 7E FA

RGB Percentages of Color #d07efa

%35.62
%21.58
%42.81

CMYK Percentages of Color #d07efa

%17
%50
%0
%2

Triadic Colors of #d07efa

#d07efa #fad07e #7efad0

Analogous Colors of #d07efa

#d07efa #fa7ee6 #927efa

Monochromatic Colors of #d07efa

#d07efa

Complementary Color

#d07efa #a8fa7e

#d07efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d07efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d07efa Color CSS Codes

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

#d07efa Text Font Color

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

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


#d07efa Background Color

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

This div background color is #d07efa


#d07efa Border Color

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

This div border color is #d07efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d07efa


Comments

No comments written yet.

Please login to write comment.