Color Hex Logo

#d37198 Color Hex

#D37198
(211,113,152)
0 Favorites   0 Comments

Color spaces of #d37198

RGB 211113152
HSL0.930.530.64
HSV336°46°83°
CMYK 0.000.460.28   0.17
XYZ38.436627.926133.0702
Yxy27.92610.38660.2809
Hunter Lab52.845237.3519-0.1117
CIE-Lab59.821942.9291-3.7106

#d37198 color RGB value is (211,113,152).

#d37198 hex color red value is 211, green value is 113 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #d37198 hue: 0.93 , saturation: 0.53 and the lightness value of d37198 is 0.64.

The process color (four color CMYK) of #d37198 color hex is 0.00, 0.46, 0.28, 0.17. Web safe color of #d37198 is #cc6699. Color #d37198 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01110001 10011000
Octal 323 161 230
Decimal 211 113 152
Hex D3 71 98

RGB Percentages of Color #d37198

%44.33
%23.74
%31.93

CMYK Percentages of Color #d37198

%0
%46
%28
%17

Triadic Colors of #d37198

#d37198 #98d371 #7198d3

Analogous Colors of #d37198

#d37198 #d37b71 #d371c9

Monochromatic Colors of #d37198

#d37198

Complementary Color

#d37198 #71d3ac

#d37198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d37198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d37198 Color CSS Codes

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

#d37198 Text Font Color

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

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


#d37198 Background Color

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

This div background color is #d37198


#d37198 Border Color

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

This div border color is #d37198


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d37198


Comments

No comments written yet.

Please login to write comment.