Color Hex Logo

#d13cbb Color Hex

#D13CBB
(209,60,187)
0 Favorites   0 Comments

Color spaces of #d13cbb

RGB 20960187
HSL0.860.620.53
HSV309°71°82°
CMYK 0.000.710.11   0.18
XYZ36.880020.374949.0027
Yxy20.37490.34710.1918
Hunter Lab45.138666.8491-32.7686
CIE-Lab52.258570.4700-35.5805

#d13cbb color RGB value is (209,60,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00111100 10111011
Octal 321 74 273
Decimal 209 60 187
Hex D1 3C BB

RGB Percentages of Color #d13cbb

%45.83
%13.16
%41.01

CMYK Percentages of Color #d13cbb

%0
%71
%11
%18

Triadic Colors of #d13cbb

#d13cbb #bbd13c #3cbbd1

Analogous Colors of #d13cbb

#d13cbb #d13c71 #9d3cd1

Monochromatic Colors of #d13cbb

#d13cbb

Complementary Color

#d13cbb #3cd152

#d13cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d13cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d13cbb Color CSS Codes

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

#d13cbb Text Font Color

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

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


#d13cbb Background Color

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

This div background color is #d13cbb


#d13cbb Border Color

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

This div border color is #d13cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d13cbb


Comments

No comments written yet.

Please login to write comment.