Color Hex Logo

#d153dd Color Hex

#D153DD
(209,83,221)
0 Favorites   0 Comments

Color spaces of #d153dd

RGB 20983221
HSL0.820.670.60
HSV295°62°87°
CMYK 0.050.620.00   0.13
XYZ42.438924.962370.9880
Yxy24.96230.30670.1804
Hunter Lab49.962364.1872-49.2675
CIE-Lab57.038767.3382-47.4936

#d153dd color RGB value is (209,83,221).

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

The process color (four color CMYK) of #d153dd color hex is 0.05, 0.62, 0.00, 0.13. Web safe color of #d153dd is #cc66cc. Color #d153dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010011 11011101
Octal 321 123 335
Decimal 209 83 221
Hex D1 53 DD

RGB Percentages of Color #d153dd

%40.74
%16.18
%43.08

CMYK Percentages of Color #d153dd

%5
%62
%0
%13

Triadic Colors of #d153dd

#d153dd #ddd153 #53ddd1

Analogous Colors of #d153dd

#d153dd #dd53a4 #8c53dd

Monochromatic Colors of #d153dd

#d153dd

Complementary Color

#d153dd #5fdd53

#d153dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d153dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d153dd Color CSS Codes

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

#d153dd Text Font Color

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

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


#d153dd Background Color

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

This div background color is #d153dd


#d153dd Border Color

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

This div border color is #d153dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d153dd


Comments

No comments written yet.

Please login to write comment.