Color Hex Logo

#d13390 Color Hex

#D13390
(209,51,144)
0 Favorites   0 Comments

Color spaces of #d13390

RGB 20951144
HSL0.900.630.51
HSV325°76°82°
CMYK 0.000.760.31   0.18
XYZ32.512417.936628.1341
Yxy17.93660.41370.2283
Hunter Lab42.351662.9151-9.7401
CIE-Lab49.419167.7032-14.5942

#d13390 color RGB value is (209,51,144).

#d13390 hex color red value is 209, green value is 51 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #d13390 hue: 0.90 , saturation: 0.63 and the lightness value of d13390 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00110011 10010000
Octal 321 63 220
Decimal 209 51 144
Hex D1 33 90

RGB Percentages of Color #d13390

%51.73
%12.62
%35.64

CMYK Percentages of Color #d13390

%0
%76
%31
%18

Triadic Colors of #d13390

#d13390 #90d133 #3390d1

Analogous Colors of #d13390

#d13390 #d13341 #c333d1

Monochromatic Colors of #d13390

#d13390

Complementary Color

#d13390 #33d174

#d13390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d13390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d13390 Color CSS Codes

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

#d13390 Text Font Color

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

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


#d13390 Background Color

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

This div background color is #d13390


#d13390 Border Color

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

This div border color is #d13390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d13390


Comments

No comments written yet.

Please login to write comment.