Color Hex Logo

#d152de Color Hex

#D152DE
(209,82,222)
0 Favorites   0 Comments

Color spaces of #d152de

RGB 20982222
HSL0.820.680.60
HSV294°63°87°
CMYK 0.060.630.00   0.13
XYZ42.496624.863871.6666
Yxy24.86380.30570.1788
Hunter Lab49.863664.8665-50.3102
CIE-Lab56.942567.9259-48.2103

#d152de color RGB value is (209,82,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010010 11011110
Octal 321 122 336
Decimal 209 82 222
Hex D1 52 DE

RGB Percentages of Color #d152de

%40.74
%15.98
%43.27

CMYK Percentages of Color #d152de

%6
%63
%0
%13

Triadic Colors of #d152de

#d152de #ded152 #52ded1

Analogous Colors of #d152de

#d152de #de52a5 #8b52de

Monochromatic Colors of #d152de

#d152de

Complementary Color

#d152de #5fde52

#d152de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d152de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d152de Color CSS Codes

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

#d152de Text Font Color

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

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


#d152de Background Color

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

This div background color is #d152de


#d152de Border Color

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

This div border color is #d152de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,82,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d152de


Comments

No comments written yet.

Please login to write comment.