Color Hex Logo

#d376eb Color Hex

#D376EB
(211,118,235)
0 Favorites   0 Comments

Color spaces of #d376eb

RGB 211118235
HSL0.800.750.69
HSV288°50°92°
CMYK 0.100.500.00   0.08
XYZ48.337832.803982.3814
Yxy32.80390.29560.2006
Hunter Lab57.274750.4169-45.1879
CIE-Lab64.001854.2687-44.3098

#d376eb color RGB value is (211,118,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01110110 11101011
Octal 323 166 353
Decimal 211 118 235
Hex D3 76 EB

RGB Percentages of Color #d376eb

%37.41
%20.92
%41.67

CMYK Percentages of Color #d376eb

%10
%50
%0
%8

Triadic Colors of #d376eb

#d376eb #ebd376 #76ebd3

Analogous Colors of #d376eb

#d376eb #eb76c9 #9976eb

Monochromatic Colors of #d376eb

#d376eb

Complementary Color

#d376eb #8eeb76

#d376eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d376eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d376eb Color CSS Codes

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

#d376eb Text Font Color

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

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


#d376eb Background Color

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

This div background color is #d376eb


#d376eb Border Color

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

This div border color is #d376eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d376eb


Comments

No comments written yet.

Please login to write comment.