Color Hex Logo

#d753ef Color Hex

#D753EF
(215,83,239)
0 Favorites   0 Comments

Color spaces of #d753ef

RGB 21583239
HSL0.810.830.63
HSV291°65°94°
CMYK 0.100.650.00   0.06
XYZ46.697626.865684.3857
Yxy26.86560.29570.1701
Hunter Lab51.832070.1119-60.2453
CIE-Lab58.849771.9098-54.6588

#d753ef color RGB value is (215,83,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01010011 11101111
Octal 327 123 357
Decimal 215 83 239
Hex D7 53 EF

RGB Percentages of Color #d753ef

%40.04
%15.46
%44.51

CMYK Percentages of Color #d753ef

%10
%65
%0
%6

Triadic Colors of #d753ef

#d753ef #efd753 #53efd7

Analogous Colors of #d753ef

#d753ef #ef53b9 #8953ef

Monochromatic Colors of #d753ef

#d753ef

Complementary Color

#d753ef #6bef53

#d753ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d753ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d753ef Color CSS Codes

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

#d753ef Text Font Color

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

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


#d753ef Background Color

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

This div background color is #d753ef


#d753ef Border Color

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

This div border color is #d753ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d753ef


Comments

No comments written yet.

Please login to write comment.