Color Hex Logo

#d3209f Color Hex

#D3209F
(211,32,159)
0 Favorites   0 Comments

Color spaces of #d3209f

RGB 21132159
HSL0.880.740.48
HSV317°85°83°
CMYK 0.000.850.25   0.17
XYZ33.638517.385134.3836
Yxy17.38510.39390.2036
Hunter Lab41.695471.0409-19.7059
CIE-Lab48.741674.6149-24.5712

#d3209f color RGB value is (211,32,159).

#d3209f hex color red value is 211, green value is 32 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #d3209f hue: 0.88 , saturation: 0.74 and the lightness value of d3209f is 0.48.

The process color (four color CMYK) of #d3209f color hex is 0.00, 0.85, 0.25, 0.17. Web safe color of #d3209f is #cc3399. Color #d3209f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00100000 10011111
Octal 323 40 237
Decimal 211 32 159
Hex D3 20 9F

RGB Percentages of Color #d3209f

%52.49
%7.96
%39.55

CMYK Percentages of Color #d3209f

%0
%85
%25
%17

Triadic Colors of #d3209f

#d3209f #9fd320 #209fd3

Analogous Colors of #d3209f

#d3209f #d32046 #ae20d3

Monochromatic Colors of #d3209f

#d3209f

Complementary Color

#d3209f #20d354

#d3209f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3209f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3209f Color CSS Codes

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

#d3209f Text Font Color

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

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


#d3209f Background Color

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

This div background color is #d3209f


#d3209f Border Color

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

This div border color is #d3209f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3209f


Comments

No comments written yet.

Please login to write comment.