Color Hex Logo

#d276ef Color Hex

#D276EF
(210,118,239)
0 Favorites   0 Comments

Color spaces of #d276ef

RGB 210118239
HSL0.790.790.70
HSV286°51°94°
CMYK 0.120.510.00   0.06
XYZ48.636832.890585.4464
Yxy32.89050.29130.1970
Hunter Lab57.350251.0169-48.1913
CIE-Lab64.072154.7867-46.4211

#d276ef color RGB value is (210,118,239).

#d276ef hex color red value is 210, green value is 118 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d276ef hue: 0.79 , saturation: 0.79 and the lightness value of d276ef is 0.70.

The process color (four color CMYK) of #d276ef color hex is 0.12, 0.51, 0.00, 0.06. Web safe color of #d276ef is #cc66ff. Color #d276ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01110110 11101111
Octal 322 166 357
Decimal 210 118 239
Hex D2 76 EF

RGB Percentages of Color #d276ef

%37.04
%20.81
%42.15

CMYK Percentages of Color #d276ef

%12
%51
%0
%6

Triadic Colors of #d276ef

#d276ef #efd276 #76efd2

Analogous Colors of #d276ef

#d276ef #ef76d0 #9676ef

Monochromatic Colors of #d276ef

#d276ef

Complementary Color

#d276ef #93ef76

#d276ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d276ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d276ef Color CSS Codes

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

#d276ef Text Font Color

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

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


#d276ef Background Color

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

This div background color is #d276ef


#d276ef Border Color

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

This div border color is #d276ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,118,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d276ef


Comments

No comments written yet.

Please login to write comment.