Color Hex Logo

#d551df Color Hex

#D551DF
(213,81,223)
0 Favorites   0 Comments

Color spaces of #d551df

RGB 21381223
HSL0.820.690.60
HSV296°64°87°
CMYK 0.040.640.00   0.13
XYZ43.702325.358772.4034
Yxy25.35870.30890.1793
Hunter Lab50.357466.7844-49.9964
CIE-Lab57.423369.4357-47.9755

#d551df color RGB value is (213,81,223).

#d551df hex color red value is 213, green value is 81 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d551df hue: 0.82 , saturation: 0.69 and the lightness value of d551df is 0.60.

The process color (four color CMYK) of #d551df color hex is 0.04, 0.64, 0.00, 0.13. Web safe color of #d551df is #cc66cc. Color #d551df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010001 11011111
Octal 325 121 337
Decimal 213 81 223
Hex D5 51 DF

RGB Percentages of Color #d551df

%41.20
%15.67
%43.13

CMYK Percentages of Color #d551df

%4
%64
%0
%13

Triadic Colors of #d551df

#d551df #dfd551 #51dfd5

Analogous Colors of #d551df

#d551df #df51a2 #8e51df

Monochromatic Colors of #d551df

#d551df

Complementary Color

#d551df #5bdf51

#d551df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d551df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d551df Color CSS Codes

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

#d551df Text Font Color

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

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


#d551df Background Color

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

This div background color is #d551df


#d551df Border Color

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

This div border color is #d551df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d551df


Comments

No comments written yet.

Please login to write comment.