Color Hex Logo

#d153dc Color Hex

#D153DC
(209,83,220)
0 Favorites   0 Comments

Color spaces of #d153dc

RGB 20983220
HSL0.820.660.59
HSV295°62°86°
CMYK 0.050.620.00   0.14
XYZ42.306024.909170.2883
Yxy24.90910.30770.1812
Hunter Lab49.909063.9670-48.5635
CIE-Lab56.986767.1626-47.0114

#d153dc color RGB value is (209,83,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010011 11011100
Octal 321 123 334
Decimal 209 83 220
Hex D1 53 DC

RGB Percentages of Color #d153dc

%40.82
%16.21
%42.97

CMYK Percentages of Color #d153dc

%5
%62
%0
%14

Triadic Colors of #d153dc

#d153dc #dcd153 #53dcd1

Analogous Colors of #d153dc

#d153dc #dc53a3 #8d53dc

Monochromatic Colors of #d153dc

#d153dc

Complementary Color

#d153dc #5edc53

#d153dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d153dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d153dc Color CSS Codes

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

#d153dc Text Font Color

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

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


#d153dc Background Color

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

This div background color is #d153dc


#d153dc Border Color

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

This div border color is #d153dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d153dc


Comments

No comments written yet.

Please login to write comment.