Color Hex Logo

#d93ebd Color Hex

#D93EBD
(217,62,189)
0 Favorites   0 Comments

Color spaces of #d93ebd

RGB 21762189
HSL0.860.670.55
HSV311°71°85°
CMYK 0.000.710.13   0.15
XYZ39.523221.871150.2826
Yxy21.87110.35390.1958
Hunter Lab46.766569.0119-31.0110
CIE-Lab53.890071.9498-34.0905

#d93ebd color RGB value is (217,62,189).

#d93ebd hex color red value is 217, green value is 62 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d93ebd hue: 0.86 , saturation: 0.67 and the lightness value of d93ebd is 0.55.

The process color (four color CMYK) of #d93ebd color hex is 0.00, 0.71, 0.13, 0.15. Web safe color of #d93ebd is #cc33cc. Color #d93ebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00111110 10111101
Octal 331 76 275
Decimal 217 62 189
Hex D9 3E BD

RGB Percentages of Color #d93ebd

%46.37
%13.25
%40.38

CMYK Percentages of Color #d93ebd

%0
%71
%13
%15

Triadic Colors of #d93ebd

#d93ebd #bdd93e #3ebdd9

Analogous Colors of #d93ebd

#d93ebd #d93e70 #a83ed9

Monochromatic Colors of #d93ebd

#d93ebd

Complementary Color

#d93ebd #3ed95a

#d93ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d93ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d93ebd Color CSS Codes

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

#d93ebd Text Font Color

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

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


#d93ebd Background Color

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

This div background color is #d93ebd


#d93ebd Border Color

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

This div border color is #d93ebd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,62,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d93ebd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d93ebd;
  -webkit-box-shadow: 1px 1px 3px 2px #d93ebd;
  box-shadow:         1px 1px 3px 2px #d93ebd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,62,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d93ebd


Comments

No comments written yet.

Please login to write comment.