Color Hex Logo

#d277fc Color Hex

#D277FC
(210,119,252)
0 Favorites   0 Comments

Color spaces of #d277fc

RGB 210119252
HSL0.780.960.73
HSV281°53°99°
CMYK 0.170.530.00   0.01
XYZ50.745933.923695.9688
Yxy33.92360.28090.1878
Hunter Lab58.244053.5938-56.9216
CIE-Lab64.901956.9095-52.2719

#d277fc color RGB value is (210,119,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01110111 11111100
Octal 322 167 374
Decimal 210 119 252
Hex D2 77 FC

RGB Percentages of Color #d277fc

%36.14
%20.48
%43.37

CMYK Percentages of Color #d277fc

%17
%53
%0
%1

Triadic Colors of #d277fc

#d277fc #fcd277 #77fcd2

Analogous Colors of #d277fc

#d277fc #fc77e4 #9077fc

Monochromatic Colors of #d277fc

#d277fc

Complementary Color

#d277fc #a1fc77

#d277fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d277fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d277fc Color CSS Codes

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

#d277fc Text Font Color

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

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


#d277fc Background Color

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

This div background color is #d277fc


#d277fc Border Color

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

This div border color is #d277fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d277fc

Related Colors


Comments

No comments written yet.

Please login to write comment.