Color Hex Logo

#d07efb Color Hex

#D07EFB
(208,126,251)
0 Favorites   0 Comments

Color spaces of #d07efb

RGB 208126251
HSL0.780.940.74
HSV279°50°98°
CMYK 0.170.500.00   0.02
XYZ50.885935.296695.3977
Yxy35.29660.28020.1944
Hunter Lab59.410948.9174-53.6158
CIE-Lab65.978952.6397-50.0338

#d07efb color RGB value is (208,126,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01111110 11111011
Octal 320 176 373
Decimal 208 126 251
Hex D0 7E FB

RGB Percentages of Color #d07efb

%35.56
%21.54
%42.91

CMYK Percentages of Color #d07efb

%17
%50
%0
%2

Triadic Colors of #d07efb

#d07efb #fbd07e #7efbd0

Analogous Colors of #d07efb

#d07efb #fb7ee8 #927efb

Monochromatic Colors of #d07efb

#d07efb

Complementary Color

#d07efb #a9fb7e

#d07efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d07efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d07efb Color CSS Codes

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

#d07efb Text Font Color

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

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


#d07efb Background Color

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

This div background color is #d07efb


#d07efb Border Color

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

This div border color is #d07efb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,126,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d07efb

Related Colors


Comments

No comments written yet.

Please login to write comment.