Color Hex Logo

#d13bbc Color Hex

#D13BBC
(209,59,188)
0 Favorites   0 Comments

Color spaces of #d13bbc

RGB 20959188
HSL0.860.620.53
HSV308°72°82°
CMYK 0.000.720.10   0.18
XYZ36.935620.314149.5512
Yxy20.31410.34580.1902
Hunter Lab45.071267.4053-33.6336
CIE-Lab52.190570.9461-36.2674

#d13bbc color RGB value is (209,59,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00111011 10111100
Octal 321 73 274
Decimal 209 59 188
Hex D1 3B BC

RGB Percentages of Color #d13bbc

%45.83
%12.94
%41.23

CMYK Percentages of Color #d13bbc

%0
%72
%10
%18

Triadic Colors of #d13bbc

#d13bbc #bcd13b #3bbcd1

Analogous Colors of #d13bbc

#d13bbc #d13b71 #9b3bd1

Monochromatic Colors of #d13bbc

#d13bbc

Complementary Color

#d13bbc #3bd150

#d13bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d13bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d13bbc Color CSS Codes

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

#d13bbc Text Font Color

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

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


#d13bbc Background Color

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

This div background color is #d13bbc


#d13bbc Border Color

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

This div border color is #d13bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d13bbc


Comments

No comments written yet.

Please login to write comment.