Color Hex Logo

#d277fd Color Hex

#D277FD
(210,119,253)
0 Favorites   0 Comments

Color spaces of #d277fd

RGB 210119253
HSL0.780.970.73
HSV281°53°99°
CMYK 0.170.530.00   0.01
XYZ50.904833.987196.8057
Yxy33.98710.28020.1871
Hunter Lab58.298553.8396-57.6433
CIE-Lab64.952357.1150-52.7407

#d277fd color RGB value is (210,119,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01110111 11111101
Octal 322 167 375
Decimal 210 119 253
Hex D2 77 FD

RGB Percentages of Color #d277fd

%36.08
%20.45
%43.47

CMYK Percentages of Color #d277fd

%17
%53
%0
%1

Triadic Colors of #d277fd

#d277fd #fdd277 #77fdd2

Analogous Colors of #d277fd

#d277fd #fd77e5 #8f77fd

Monochromatic Colors of #d277fd

#d277fd

Complementary Color

#d277fd #a2fd77

#d277fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d277fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d277fd Color CSS Codes

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

#d277fd Text Font Color

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

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


#d277fd Background Color

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

This div background color is #d277fd


#d277fd Border Color

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

This div border color is #d277fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d277fd


Comments

No comments written yet.

Please login to write comment.