Color Hex Logo

#d3588b Color Hex

#D3588B
(211,88,139)
0 Favorites   0 Comments

Color spaces of #d3588b

RGB 21188139
HSL0.930.580.59
HSV335°58°83°
CMYK 0.000.580.34   0.17
XYZ35.013922.692426.9607
Yxy22.69240.41350.2680
Hunter Lab47.636547.8375-0.2106
CIE-Lab54.754153.4553-3.5998

#d3588b color RGB value is (211,88,139).

#d3588b hex color red value is 211, green value is 88 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #d3588b hue: 0.93 , saturation: 0.58 and the lightness value of d3588b is 0.59.

The process color (four color CMYK) of #d3588b color hex is 0.00, 0.58, 0.34, 0.17. Web safe color of #d3588b is #cc6699. Color #d3588b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01011000 10001011
Octal 323 130 213
Decimal 211 88 139
Hex D3 58 8B

RGB Percentages of Color #d3588b

%48.17
%20.09
%31.74

CMYK Percentages of Color #d3588b

%0
%58
%34
%17

Triadic Colors of #d3588b

#d3588b #8bd358 #588bd3

Analogous Colors of #d3588b

#d3588b #d36358 #d358c9

Monochromatic Colors of #d3588b

#d3588b

Complementary Color

#d3588b #58d3a0

#d3588b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3588b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3588b Color CSS Codes

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

#d3588b Text Font Color

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

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


#d3588b Background Color

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

This div background color is #d3588b


#d3588b Border Color

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

This div border color is #d3588b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,88,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3588b


Comments

No comments written yet.

Please login to write comment.