Color Hex Logo

#d13198 Color Hex

#D13198
(209,49,152)
0 Favorites   0 Comments

Color spaces of #d13198

RGB 20949152
HSL0.890.630.51
HSV321°77°82°
CMYK 0.000.770.27   0.18
XYZ33.060318.018931.4413
Yxy18.01890.40060.2184
Hunter Lab42.448764.7360-14.2014
CIE-Lab49.519069.2260-19.2297

#d13198 color RGB value is (209,49,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00110001 10011000
Octal 321 61 230
Decimal 209 49 152
Hex D1 31 98

RGB Percentages of Color #d13198

%50.98
%11.95
%37.07

CMYK Percentages of Color #d13198

%0
%77
%27
%18

Triadic Colors of #d13198

#d13198 #98d131 #3198d1

Analogous Colors of #d13198

#d13198 #d13148 #ba31d1

Monochromatic Colors of #d13198

#d13198

Complementary Color

#d13198 #31d16a

#d13198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d13198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d13198 Color CSS Codes

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

#d13198 Text Font Color

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

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


#d13198 Background Color

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

This div background color is #d13198


#d13198 Border Color

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

This div border color is #d13198


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,49,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 #d13198">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d13198


Comments

No comments written yet.

Please login to write comment.