Color Hex Logo

#d152df Color Hex

#D152DF
(209,82,223)
0 Favorites   0 Comments

Color spaces of #d152df

RGB 20982223
HSL0.820.690.60
HSV294°63°87°
CMYK 0.060.630.00   0.13
XYZ42.631124.917672.3747
Yxy24.91760.30470.1781
Hunter Lab49.917565.0888-51.0214
CIE-Lab56.995068.1022-48.6907

#d152df color RGB value is (209,82,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010010 11011111
Octal 321 122 337
Decimal 209 82 223
Hex D1 52 DF

RGB Percentages of Color #d152df

%40.66
%15.95
%43.39

CMYK Percentages of Color #d152df

%6
%63
%0
%13

Triadic Colors of #d152df

#d152df #dfd152 #52dfd1

Analogous Colors of #d152df

#d152df #df52a7 #8b52df

Monochromatic Colors of #d152df

#d152df

Complementary Color

#d152df #60df52

#d152df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d152df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d152df Color CSS Codes

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

#d152df Text Font Color

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

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


#d152df Background Color

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

This div background color is #d152df


#d152df Border Color

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

This div border color is #d152df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d152df


Comments

No comments written yet.

Please login to write comment.