Color Hex Logo

#d371eb Color Hex

#D371EB
(211,113,235)
0 Favorites   0 Comments

Color spaces of #d371eb

RGB 211113235
HSL0.800.750.68
HSV288°52°92°
CMYK 0.100.520.00   0.08
XYZ47.764531.657382.1903
Yxy31.65730.29560.1959
Hunter Lab56.264853.0693-47.2240
CIE-Lab63.058656.7500-45.7949

#d371eb color RGB value is (211,113,235).

#d371eb hex color red value is 211, green value is 113 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d371eb hue: 0.80 , saturation: 0.75 and the lightness value of d371eb is 0.68.

The process color (four color CMYK) of #d371eb color hex is 0.10, 0.52, 0.00, 0.08. Web safe color of #d371eb is #cc66ff. Color #d371eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01110001 11101011
Octal 323 161 353
Decimal 211 113 235
Hex D3 71 EB

RGB Percentages of Color #d371eb

%37.75
%20.21
%42.04

CMYK Percentages of Color #d371eb

%10
%52
%0
%8

Triadic Colors of #d371eb

#d371eb #ebd371 #71ebd3

Analogous Colors of #d371eb

#d371eb #eb71c6 #9671eb

Monochromatic Colors of #d371eb

#d371eb

Complementary Color

#d371eb #89eb71

#d371eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d371eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d371eb Color CSS Codes

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

#d371eb Text Font Color

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

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


#d371eb Background Color

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

This div background color is #d371eb


#d371eb Border Color

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

This div border color is #d371eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d371eb


Comments

No comments written yet.

Please login to write comment.