Color Hex Logo

#d276ff Color Hex

#D276FF
(210,118,255)
0 Favorites   0 Comments

Color spaces of #d276ff

RGB 210118255
HSL0.781.000.73
HSV280°54°100°
CMYK 0.180.540.00   0.00
XYZ51.106833.878598.4533
Yxy33.87850.27860.1847
Hunter Lab58.205254.8718-59.5445
CIE-Lab64.866058.0234-53.9745

#d276ff color RGB value is (210,118,255).

#d276ff hex color red value is 210, green value is 118 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d276ff hue: 0.78 , saturation: 1.00 and the lightness value of d276ff is 0.73.

The process color (four color CMYK) of #d276ff color hex is 0.18, 0.54, 0.00, 0.00. Web safe color of #d276ff is #cc66ff. Color #d276ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01110110 11111111
Octal 322 166 377
Decimal 210 118 255
Hex D2 76 FF

RGB Percentages of Color #d276ff

%36.02
%20.24
%43.74

CMYK Percentages of Color #d276ff

%18
%54
%0
%0

Triadic Colors of #d276ff

#d276ff #ffd276 #76ffd2

Analogous Colors of #d276ff

#d276ff #ff76e8 #8e76ff

Monochromatic Colors of #d276ff

#d276ff

Complementary Color

#d276ff #a3ff76

#d276ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d276ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d276ff Color CSS Codes

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

#d276ff Text Font Color

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

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


#d276ff Background Color

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

This div background color is #d276ff


#d276ff Border Color

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

This div border color is #d276ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d276ff

Related Colors


Comments

No comments written yet.

Please login to write comment.