Color Hex Logo

#d13cba Color Hex

#D13CBA
(209,60,186)
0 Favorites   0 Comments

Color spaces of #d13cba

RGB 20960186
HSL0.860.620.53
HSV309°71°82°
CMYK 0.000.710.11   0.18
XYZ36.773320.332248.4407
Yxy20.33220.34840.1926
Hunter Lab45.091266.6626-32.1303
CIE-Lab52.210770.3236-35.0746

#d13cba color RGB value is (209,60,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00111100 10111010
Octal 321 74 272
Decimal 209 60 186
Hex D1 3C BA

RGB Percentages of Color #d13cba

%45.93
%13.19
%40.88

CMYK Percentages of Color #d13cba

%0
%71
%11
%18

Triadic Colors of #d13cba

#d13cba #bad13c #3cbad1

Analogous Colors of #d13cba

#d13cba #d13c70 #9e3cd1

Monochromatic Colors of #d13cba

#d13cba

Complementary Color

#d13cba #3cd153

#d13cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d13cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d13cba Color CSS Codes

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

#d13cba Text Font Color

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

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


#d13cba Background Color

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

This div background color is #d13cba


#d13cba Border Color

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

This div border color is #d13cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d13cba


Comments

No comments written yet.

Please login to write comment.