Color Hex Logo

#d151df Color Hex

#D151DF
(209,81,223)
0 Favorites   0 Comments

Color spaces of #d151df

RGB 20981223
HSL0.820.690.60
HSV294°64°87°
CMYK 0.060.640.00   0.13
XYZ42.556224.767972.3498
Yxy24.76790.30470.1773
Hunter Lab49.767465.5429-51.3563
CIE-Lab56.848668.5093-48.9232

#d151df color RGB value is (209,81,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010001 11011111
Octal 321 121 337
Decimal 209 81 223
Hex D1 51 DF

RGB Percentages of Color #d151df

%40.74
%15.79
%43.47

CMYK Percentages of Color #d151df

%6
%64
%0
%13

Triadic Colors of #d151df

#d151df #dfd151 #51dfd1

Analogous Colors of #d151df

#d151df #df51a6 #8a51df

Monochromatic Colors of #d151df

#d151df

Complementary Color

#d151df #5fdf51

#d151df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d151df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d151df Color CSS Codes

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

#d151df Text Font Color

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

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


#d151df Background Color

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

This div background color is #d151df


#d151df Border Color

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

This div border color is #d151df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d151df


Comments

No comments written yet.

Please login to write comment.