Color Hex Logo

#d253eb Color Hex

#D253EB
(210,83,235)
0 Favorites   0 Comments

Color spaces of #d253eb

RGB 21083235
HSL0.810.790.62
HSV290°65°92°
CMYK 0.110.650.00   0.08
XYZ44.667025.886381.2396
Yxy25.88630.29430.1705
Hunter Lab50.878667.6701-59.0554
CIE-Lab57.929070.0749-53.9343

#d253eb color RGB value is (210,83,235).

#d253eb hex color red value is 210, green value is 83 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d253eb hue: 0.81 , saturation: 0.79 and the lightness value of d253eb is 0.62.

The process color (four color CMYK) of #d253eb color hex is 0.11, 0.65, 0.00, 0.08. Web safe color of #d253eb is #cc66ff. Color #d253eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01010011 11101011
Octal 322 123 353
Decimal 210 83 235
Hex D2 53 EB

RGB Percentages of Color #d253eb

%39.77
%15.72
%44.51

CMYK Percentages of Color #d253eb

%11
%65
%0
%8

Triadic Colors of #d253eb

#d253eb #ebd253 #53ebd2

Analogous Colors of #d253eb

#d253eb #eb53b8 #8653eb

Monochromatic Colors of #d253eb

#d253eb

Complementary Color

#d253eb #6ceb53

#d253eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d253eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d253eb Color CSS Codes

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

#d253eb Text Font Color

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

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


#d253eb Background Color

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

This div background color is #d253eb


#d253eb Border Color

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

This div border color is #d253eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d253eb


Comments

No comments written yet.

Please login to write comment.