Color Hex Logo

#d37efd Color Hex

#D37EFD
(211,126,253)
0 Favorites   0 Comments

Color spaces of #d37efd

RGB 211126253
HSL0.780.970.74
HSV280°50°99°
CMYK 0.170.500.00   0.01
XYZ52.054435.862497.1071
Yxy35.86240.28130.1938
Hunter Lab59.885250.3595-54.2223
CIE-Lab66.414753.8458-50.4189

#d37efd color RGB value is (211,126,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01111110 11111101
Octal 323 176 375
Decimal 211 126 253
Hex D3 7E FD

RGB Percentages of Color #d37efd

%35.76
%21.36
%42.88

CMYK Percentages of Color #d37efd

%17
%50
%0
%1

Triadic Colors of #d37efd

#d37efd #fdd37e #7efdd3

Analogous Colors of #d37efd

#d37efd #fd7ee8 #947efd

Monochromatic Colors of #d37efd

#d37efd

Complementary Color

#d37efd #a8fd7e

#d37efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d37efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d37efd Color CSS Codes

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

#d37efd Text Font Color

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

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


#d37efd Background Color

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

This div background color is #d37efd


#d37efd Border Color

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

This div border color is #d37efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d37efd

Related Colors


Comments

No comments written yet.

Please login to write comment.