Color Hex Logo

#d153de Color Hex

#D153DE
(209,83,222)
0 Favorites   0 Comments

Color spaces of #d153de

RGB 20983222
HSL0.820.680.60
HSV294°63°87°
CMYK 0.060.630.00   0.13
XYZ42.572625.015771.6919
Yxy25.01570.30570.1796
Hunter Lab50.015764.4090-49.9746
CIE-Lab57.090767.5147-47.9751

#d153de color RGB value is (209,83,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010011 11011110
Octal 321 123 336
Decimal 209 83 222
Hex D1 53 DE

RGB Percentages of Color #d153de

%40.66
%16.15
%43.19

CMYK Percentages of Color #d153de

%6
%63
%0
%13

Triadic Colors of #d153de

#d153de #ded153 #53ded1

Analogous Colors of #d153de

#d153de #de53a6 #8c53de

Monochromatic Colors of #d153de

#d153de

Complementary Color

#d153de #60de53

#d153de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d153de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d153de Color CSS Codes

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

#d153de Text Font Color

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

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


#d153de Background Color

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

This div background color is #d153de


#d153de Border Color

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

This div border color is #d153de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d153de


Comments

No comments written yet.

Please login to write comment.