Color Hex Logo

#d3669f Color Hex

#D3669F
(211,102,159)
0 Favorites   0 Comments

Color spaces of #d3669f

RGB 211102159
HSL0.910.550.61
HSV329°52°83°
CMYK 0.000.520.25   0.17
XYZ37.873325.854835.7952
Yxy25.85480.38050.2598
Hunter Lab50.847643.9705-6.1451
CIE-Lab57.899049.4025-10.6216

#d3669f color RGB value is (211,102,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01100110 10011111
Octal 323 146 237
Decimal 211 102 159
Hex D3 66 9F

RGB Percentages of Color #d3669f

%44.70
%21.61
%33.69

CMYK Percentages of Color #d3669f

%0
%52
%25
%17

Triadic Colors of #d3669f

#d3669f #9fd366 #669fd3

Analogous Colors of #d3669f

#d3669f #d36669 #d166d3

Monochromatic Colors of #d3669f

#d3669f

Complementary Color

#d3669f #66d39a

#d3669f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3669f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3669f Color CSS Codes

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

#d3669f Text Font Color

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

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


#d3669f Background Color

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

This div background color is #d3669f


#d3669f Border Color

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

This div border color is #d3669f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3669f


Comments

No comments written yet.

Please login to write comment.