Color Hex Logo

#d053ef Color Hex

#D053EF
(208,83,239)
0 Favorites   0 Comments

Color spaces of #d053ef

RGB 20883239
HSL0.800.830.63
HSV288°65°94°
CMYK 0.130.650.00   0.06
XYZ44.685725.828484.2915
Yxy25.82840.28870.1668
Hunter Lab50.821668.0109-62.7617
CIE-Lab57.873870.3669-56.2730

#d053ef color RGB value is (208,83,239).

#d053ef hex color red value is 208, green value is 83 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d053ef hue: 0.80 , saturation: 0.83 and the lightness value of d053ef is 0.63.

The process color (four color CMYK) of #d053ef color hex is 0.13, 0.65, 0.00, 0.06. Web safe color of #d053ef is #cc66ff. Color #d053ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010011 11101111
Octal 320 123 357
Decimal 208 83 239
Hex D0 53 EF

RGB Percentages of Color #d053ef

%39.25
%15.66
%45.09

CMYK Percentages of Color #d053ef

%13
%65
%0
%6

Triadic Colors of #d053ef

#d053ef #efd053 #53efd0

Analogous Colors of #d053ef

#d053ef #ef53c0 #8253ef

Monochromatic Colors of #d053ef

#d053ef

Complementary Color

#d053ef #72ef53

#d053ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d053ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d053ef Color CSS Codes

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

#d053ef Text Font Color

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

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


#d053ef Background Color

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

This div background color is #d053ef


#d053ef Border Color

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

This div border color is #d053ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d053ef


Comments

No comments written yet.

Please login to write comment.