Color Hex Logo

#d276df Color Hex

#D276DF
(210,118,223)
0 Favorites   0 Comments

Color spaces of #d276df

RGB 210118223
HSL0.810.620.67
HSV293°47°87°
CMYK 0.060.470.00   0.13
XYZ46.376131.986273.5417
Yxy31.98620.30530.2106
Hunter Lab56.556347.3961-37.5069
CIE-Lab63.331551.6844-38.6990

#d276df color RGB value is (210,118,223).

#d276df hex color red value is 210, green value is 118 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d276df hue: 0.81 , saturation: 0.62 and the lightness value of d276df is 0.67.

The process color (four color CMYK) of #d276df color hex is 0.06, 0.47, 0.00, 0.13. Web safe color of #d276df is #cc66cc. Color #d276df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01110110 11011111
Octal 322 166 337
Decimal 210 118 223
Hex D2 76 DF

RGB Percentages of Color #d276df

%38.11
%21.42
%40.47

CMYK Percentages of Color #d276df

%6
%47
%0
%13

Triadic Colors of #d276df

#d276df #dfd276 #76dfd2

Analogous Colors of #d276df

#d276df #df76b8 #9e76df

Monochromatic Colors of #d276df

#d276df

Complementary Color

#d276df #83df76

#d276df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d276df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d276df Color CSS Codes

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

#d276df Text Font Color

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

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


#d276df Background Color

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

This div background color is #d276df


#d276df Border Color

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

This div border color is #d276df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d276df


Comments

No comments written yet.

Please login to write comment.