Color Hex Logo

#d277df Color Hex

#D277DF
(210,119,223)
0 Favorites   0 Comments

Color spaces of #d277df

RGB 210119223
HSL0.810.620.67
HSV293°47°87°
CMYK 0.060.470.00   0.13
XYZ46.494532.223073.5812
Yxy32.22300.30530.2116
Hunter Lab56.765346.8639-37.1181
CIE-Lab63.526851.1773-38.3937

#d277df color RGB value is (210,119,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01110111 11011111
Octal 322 167 337
Decimal 210 119 223
Hex D2 77 DF

RGB Percentages of Color #d277df

%38.04
%21.56
%40.40

CMYK Percentages of Color #d277df

%6
%47
%0
%13

Triadic Colors of #d277df

#d277df #dfd277 #77dfd2

Analogous Colors of #d277df

#d277df #df77b8 #9e77df

Monochromatic Colors of #d277df

#d277df

Complementary Color

#d277df #84df77

#d277df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d277df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d277df Color CSS Codes

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

#d277df Text Font Color

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

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


#d277df Background Color

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

This div background color is #d277df


#d277df Border Color

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

This div border color is #d277df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d277df


Comments

No comments written yet.

Please login to write comment.