Color Hex Logo

#d13394 Color Hex

#D13394
(209,51,148)
0 Favorites   0 Comments

Color spaces of #d13394

RGB 20951148
HSL0.900.630.51
HSV323°76°82°
CMYK 0.000.760.29   0.18
XYZ32.823618.061129.7731
Yxy18.06110.40690.2239
Hunter Lab42.498463.4923-11.7880
CIE-Lab49.570168.1645-16.7610

#d13394 color RGB value is (209,51,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00110011 10010100
Octal 321 63 224
Decimal 209 51 148
Hex D1 33 94

RGB Percentages of Color #d13394

%51.23
%12.50
%36.27

CMYK Percentages of Color #d13394

%0
%76
%29
%18

Triadic Colors of #d13394

#d13394 #94d133 #3394d1

Analogous Colors of #d13394

#d13394 #d13345 #bf33d1

Monochromatic Colors of #d13394

#d13394

Complementary Color

#d13394 #33d170

#d13394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d13394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d13394 Color CSS Codes

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

#d13394 Text Font Color

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

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


#d13394 Background Color

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

This div background color is #d13394


#d13394 Border Color

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

This div border color is #d13394


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d13394


Comments

No comments written yet.

Please login to write comment.