Color Hex Logo

#d276eb Color Hex

#D276EB
(210,118,235)
0 Favorites   0 Comments

Color spaces of #d276eb

RGB 210118235
HSL0.800.750.69
HSV287°50°92°
CMYK 0.110.500.00   0.08
XYZ48.052232.656782.3680
Yxy32.65670.29470.2003
Hunter Lab57.146050.0891-45.4560
CIE-Lab63.882053.9977-44.5065

#d276eb color RGB value is (210,118,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01110110 11101011
Octal 322 166 353
Decimal 210 118 235
Hex D2 76 EB

RGB Percentages of Color #d276eb

%37.30
%20.96
%41.74

CMYK Percentages of Color #d276eb

%11
%50
%0
%8

Triadic Colors of #d276eb

#d276eb #ebd276 #76ebd2

Analogous Colors of #d276eb

#d276eb #eb76ca #9876eb

Monochromatic Colors of #d276eb

#d276eb

Complementary Color

#d276eb #8feb76

#d276eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d276eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d276eb Color CSS Codes

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

#d276eb Text Font Color

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

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


#d276eb Background Color

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

This div background color is #d276eb


#d276eb Border Color

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

This div border color is #d276eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d276eb


Comments

No comments written yet.

Please login to write comment.