Color Hex Logo

#d277ff Color Hex

#D277FF
(210,119,255)
1 Favorites   0 Comments

Color spaces of #d277ff

RGB 210119255
HSL0.781.000.73
HSV280°53°100°
CMYK 0.180.530.00   0.00
XYZ51.225234.115398.4928
Yxy34.11530.27870.1856
Hunter Lab58.408354.3334-59.0938
CIE-Lab65.054057.5269-53.6762

#d277ff color RGB value is (210,119,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01110111 11111111
Octal 322 167 377
Decimal 210 119 255
Hex D2 77 FF

RGB Percentages of Color #d277ff

%35.96
%20.38
%43.66

CMYK Percentages of Color #d277ff

%18
%53
%0
%0

Triadic Colors of #d277ff

#d277ff #ffd277 #77ffd2

Analogous Colors of #d277ff

#d277ff #ff77e8 #8e77ff

Monochromatic Colors of #d277ff

#d277ff

Complementary Color

#d277ff #a4ff77

#d277ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d277ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d277ff Color CSS Codes

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

#d277ff Text Font Color

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

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


#d277ff Background Color

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

This div background color is #d277ff


#d277ff Border Color

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

This div border color is #d277ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d277ff

Related Colors

#d277ff Color Palettes


Comments

No comments written yet.

Please login to write comment.