Color Hex Logo

#d577fe Color Hex

#D577FE
(213,119,254)
0 Favorites   0 Comments

Color spaces of #d577fe

RGB 213119254
HSL0.780.990.73
HSV282°53°100°
CMYK 0.160.530.00   0.00
XYZ51.926834.495597.6874
Yxy34.49550.28200.1874
Hunter Lab58.732955.0326-57.5010
CIE-Lab65.354058.0831-52.6303

#d577fe color RGB value is (213,119,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01110111 11111110
Octal 325 167 376
Decimal 213 119 254
Hex D5 77 FE

RGB Percentages of Color #d577fe

%36.35
%20.31
%43.34

CMYK Percentages of Color #d577fe

%16
%53
%0
%0

Triadic Colors of #d577fe

#d577fe #fed577 #77fed5

Analogous Colors of #d577fe

#d577fe #fe77e4 #9277fe

Monochromatic Colors of #d577fe

#d577fe

Complementary Color

#d577fe #a0fe77

#d577fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d577fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d577fe Color CSS Codes

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

#d577fe Text Font Color

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

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


#d577fe Background Color

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

This div background color is #d577fe


#d577fe Border Color

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

This div border color is #d577fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d577fe


Comments

No comments written yet.

Please login to write comment.