Color Hex Logo

#d13091 Color Hex

#D13091
(209,48,145)
0 Favorites   0 Comments

Color spaces of #d13091

RGB 20948145
HSL0.900.640.50
HSV324°77°82°
CMYK 0.000.770.31   0.18
XYZ32.462317.713528.4962
Yxy17.71350.41260.2252
Hunter Lab42.087464.0253-10.6824
CIE-Lab49.146868.6975-15.6080

#d13091 color RGB value is (209,48,145).

#d13091 hex color red value is 209, green value is 48 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #d13091 hue: 0.90 , saturation: 0.64 and the lightness value of d13091 is 0.50.

The process color (four color CMYK) of #d13091 color hex is 0.00, 0.77, 0.31, 0.18. Web safe color of #d13091 is #cc3399. Color #d13091 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00110000 10010001
Octal 321 60 221
Decimal 209 48 145
Hex D1 30 91

RGB Percentages of Color #d13091

%51.99
%11.94
%36.07

CMYK Percentages of Color #d13091

%0
%77
%31
%18

Triadic Colors of #d13091

#d13091 #91d130 #3091d1

Analogous Colors of #d13091

#d13091 #d13041 #c130d1

Monochromatic Colors of #d13091

#d13091

Complementary Color

#d13091 #30d170

#d13091 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d13091 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d13091 Color CSS Codes

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

#d13091 Text Font Color

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

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


#d13091 Background Color

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

This div background color is #d13091


#d13091 Border Color

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

This div border color is #d13091


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d13091


Comments

No comments written yet.

Please login to write comment.