Color Hex Logo

#d13298 Color Hex

#D13298
(209,50,152)
0 Favorites   0 Comments

Color spaces of #d13298

RGB 20950152
HSL0.890.630.51
HSV322°76°82°
CMYK 0.000.760.27   0.18
XYZ33.102618.103531.4554
Yxy18.10350.40050.2190
Hunter Lab42.548264.4140-14.0487
CIE-Lab49.621468.9346-19.0729

#d13298 color RGB value is (209,50,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00110010 10011000
Octal 321 62 230
Decimal 209 50 152
Hex D1 32 98

RGB Percentages of Color #d13298

%50.85
%12.17
%36.98

CMYK Percentages of Color #d13298

%0
%76
%27
%18

Triadic Colors of #d13298

#d13298 #98d132 #3298d1

Analogous Colors of #d13298

#d13298 #d13249 #bb32d1

Monochromatic Colors of #d13298

#d13298

Complementary Color

#d13298 #32d16b

#d13298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d13298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d13298 Color CSS Codes

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

#d13298 Text Font Color

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

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


#d13298 Background Color

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

This div background color is #d13298


#d13298 Border Color

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

This div border color is #d13298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d13298


Comments

No comments written yet.

Please login to write comment.