Color Hex Logo

#d13ebd Color Hex

#D13EBD
(209,62,189)
0 Favorites   0 Comments

Color spaces of #d13ebd

RGB 20962189
HSL0.860.620.53
HSV308°70°82°
CMYK 0.000.700.10   0.18
XYZ37.202420.674750.1739
Yxy20.67470.34430.1913
Hunter Lab45.469466.4744-33.5958
CIE-Lab52.591670.0935-36.2175

#d13ebd color RGB value is (209,62,189).

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

The process color (four color CMYK) of #d13ebd color hex is 0.00, 0.70, 0.10, 0.18. Web safe color of #d13ebd is #cc33cc. Color #d13ebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00111110 10111101
Octal 321 76 275
Decimal 209 62 189
Hex D1 3E BD

RGB Percentages of Color #d13ebd

%45.43
%13.48
%41.09

CMYK Percentages of Color #d13ebd

%0
%70
%10
%18

Triadic Colors of #d13ebd

#d13ebd #bdd13e #3ebdd1

Analogous Colors of #d13ebd

#d13ebd #d13e74 #9c3ed1

Monochromatic Colors of #d13ebd

#d13ebd

Complementary Color

#d13ebd #3ed152

#d13ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d13ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d13ebd Color CSS Codes

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

#d13ebd Text Font Color

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

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


#d13ebd Background Color

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

This div background color is #d13ebd


#d13ebd Border Color

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

This div border color is #d13ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d13ebd


Comments

No comments written yet.

Please login to write comment.