Color Hex Logo

#d35899 Color Hex

#D35899
(211,88,153)
0 Favorites   0 Comments

Color spaces of #d35899

RGB 21188153
HSL0.910.580.59
HSV328°58°83°
CMYK 0.000.580.27   0.17
XYZ36.103523.128232.6983
Yxy23.12820.39270.2516
Hunter Lab48.091849.8430-6.6479
CIE-Lab55.204155.1954-11.1664

#d35899 color RGB value is (211,88,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01011000 10011001
Octal 323 130 231
Decimal 211 88 153
Hex D3 58 99

RGB Percentages of Color #d35899

%46.68
%19.47
%33.85

CMYK Percentages of Color #d35899

%0
%58
%27
%17

Triadic Colors of #d35899

#d35899 #99d358 #5899d3

Analogous Colors of #d35899

#d35899 #d3585b #d058d3

Monochromatic Colors of #d35899

#d35899

Complementary Color

#d35899 #58d392

#d35899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d35899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d35899 Color CSS Codes

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

#d35899 Text Font Color

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

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


#d35899 Background Color

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

This div background color is #d35899


#d35899 Border Color

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

This div border color is #d35899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d35899


Comments

No comments written yet.

Please login to write comment.