Color Hex Logo

#d37efb Color Hex

#D37EFB
(211,126,251)
0 Favorites   0 Comments

Color spaces of #d37efb

RGB 211126251
HSL0.780.940.74
HSV281°50°98°
CMYK 0.160.500.00   0.02
XYZ51.737435.735695.4376
Yxy35.73560.28290.1954
Hunter Lab59.779349.8734-52.8110
CIE-Lab66.317453.4328-49.4769

#d37efb color RGB value is (211,126,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01111110 11111011
Octal 323 176 373
Decimal 211 126 251
Hex D3 7E FB

RGB Percentages of Color #d37efb

%35.88
%21.43
%42.69

CMYK Percentages of Color #d37efb

%16
%50
%0
%2

Triadic Colors of #d37efb

#d37efb #fbd37e #7efbd3

Analogous Colors of #d37efb

#d37efb #fb7ee5 #957efb

Monochromatic Colors of #d37efb

#d37efb

Complementary Color

#d37efb #a6fb7e

#d37efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d37efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d37efb Color CSS Codes

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

#d37efb Text Font Color

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

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


#d37efb Background Color

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

This div background color is #d37efb


#d37efb Border Color

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

This div border color is #d37efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d37efb


Comments

No comments written yet.

Please login to write comment.