Color Hex Logo

#d13dbb Color Hex

#D13DBB
(209,61,187)
0 Favorites   0 Comments

Color spaces of #d13dbb

RGB 20961187
HSL0.860.620.53
HSV309°71°82°
CMYK 0.000.710.11   0.18
XYZ36.932920.480749.0203
Yxy20.48070.34700.1924
Hunter Lab45.255666.4757-32.5433
CIE-Lab52.376470.1359-35.3955

#d13dbb color RGB value is (209,61,187).

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

The process color (four color CMYK) of #d13dbb color hex is 0.00, 0.71, 0.11, 0.18. Web safe color of #d13dbb is #cc33cc. Color #d13dbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00111101 10111011
Octal 321 75 273
Decimal 209 61 187
Hex D1 3D BB

RGB Percentages of Color #d13dbb

%45.73
%13.35
%40.92

CMYK Percentages of Color #d13dbb

%0
%71
%11
%18

Triadic Colors of #d13dbb

#d13dbb #bbd13d #3dbbd1

Analogous Colors of #d13dbb

#d13dbb #d13d71 #9d3dd1

Monochromatic Colors of #d13dbb

#d13dbb

Complementary Color

#d13dbb #3dd153

#d13dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d13dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d13dbb Color CSS Codes

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

#d13dbb Text Font Color

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

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


#d13dbb Background Color

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

This div background color is #d13dbb


#d13dbb Border Color

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

This div border color is #d13dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d13dbb


Comments

No comments written yet.

Please login to write comment.