Color Hex Logo

#d3619f Color Hex

#D3619F
(211,97,159)
0 Favorites   0 Comments

Color spaces of #d3619f

RGB 21197159
HSL0.910.560.60
HSV327°54°83°
CMYK 0.000.540.25   0.17
XYZ37.396724.901535.6363
Yxy24.90150.38190.2543
Hunter Lab49.901446.4426-7.4100
CIE-Lab56.979351.8167-12.0027

#d3619f color RGB value is (211,97,159).

#d3619f hex color red value is 211, green value is 97 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #d3619f hue: 0.91 , saturation: 0.56 and the lightness value of d3619f is 0.60.

The process color (four color CMYK) of #d3619f color hex is 0.00, 0.54, 0.25, 0.17. Web safe color of #d3619f is #cc6699. Color #d3619f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01100001 10011111
Octal 323 141 237
Decimal 211 97 159
Hex D3 61 9F

RGB Percentages of Color #d3619f

%45.18
%20.77
%34.05

CMYK Percentages of Color #d3619f

%0
%54
%25
%17

Triadic Colors of #d3619f

#d3619f #9fd361 #619fd3

Analogous Colors of #d3619f

#d3619f #d36166 #ce61d3

Monochromatic Colors of #d3619f

#d3619f

Complementary Color

#d3619f #61d395

#d3619f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3619f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3619f Color CSS Codes

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

#d3619f Text Font Color

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

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


#d3619f Background Color

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

This div background color is #d3619f


#d3619f Border Color

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

This div border color is #d3619f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3619f


Comments

No comments written yet.

Please login to write comment.