Color Hex Logo

#d253dc Color Hex

#D253DC
(210,83,220)
0 Favorites   0 Comments

Color spaces of #d253dc

RGB 21083220
HSL0.820.660.59
HSV296°62°86°
CMYK 0.050.620.00   0.14
XYZ42.589925.055570.3016
Yxy25.05550.30870.1816
Hunter Lab50.055564.2804-48.2324
CIE-Lab57.129567.3995-46.7763

#d253dc color RGB value is (210,83,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01010011 11011100
Octal 322 123 334
Decimal 210 83 220
Hex D2 53 DC

RGB Percentages of Color #d253dc

%40.94
%16.18
%42.88

CMYK Percentages of Color #d253dc

%5
%62
%0
%14

Triadic Colors of #d253dc

#d253dc #dcd253 #53dcd2

Analogous Colors of #d253dc

#d253dc #dc53a2 #8e53dc

Monochromatic Colors of #d253dc

#d253dc

Complementary Color

#d253dc #5ddc53

#d253dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d253dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d253dc Color CSS Codes

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

#d253dc Text Font Color

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

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


#d253dc Background Color

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

This div background color is #d253dc


#d253dc Border Color

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

This div border color is #d253dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d253dc


Comments

No comments written yet.

Please login to write comment.