Color Hex Logo

#d13ebc Color Hex

#D13EBC
(209,62,188)
0 Favorites   0 Comments

Color spaces of #d13ebc

RGB 20962188
HSL0.860.620.53
HSV309°70°82°
CMYK 0.000.700.10   0.18
XYZ37.094220.631449.6041
Yxy20.63140.34560.1922
Hunter Lab45.421866.2858-32.9540
CIE-Lab52.543769.9452-35.7131

#d13ebc color RGB value is (209,62,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00111110 10111100
Octal 321 76 274
Decimal 209 62 188
Hex D1 3E BC

RGB Percentages of Color #d13ebc

%45.53
%13.51
%40.96

CMYK Percentages of Color #d13ebc

%0
%70
%10
%18

Triadic Colors of #d13ebc

#d13ebc #bcd13e #3ebcd1

Analogous Colors of #d13ebc

#d13ebc #d13e73 #9d3ed1

Monochromatic Colors of #d13ebc

#d13ebc

Complementary Color

#d13ebc #3ed153

#d13ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d13ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d13ebc Color CSS Codes

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

#d13ebc Text Font Color

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

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


#d13ebc Background Color

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

This div background color is #d13ebc


#d13ebc Border Color

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

This div border color is #d13ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d13ebc


Comments

No comments written yet.

Please login to write comment.