Color Hex Logo

#d121bf Color Hex

#D121BF
(209,33,191)
0 Favorites   0 Comments

Color spaces of #d121bf

RGB 20933191
HSL0.850.730.47
HSV306°84°82°
CMYK 0.000.840.09   0.18
XYZ36.242318.404650.9325
Yxy18.40460.34330.1743
Hunter Lab42.900675.7203-40.3600
CIE-Lab49.983278.1629-41.4894

#d121bf color RGB value is (209,33,191).

#d121bf hex color red value is 209, green value is 33 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d121bf hue: 0.85 , saturation: 0.73 and the lightness value of d121bf is 0.47.

The process color (four color CMYK) of #d121bf color hex is 0.00, 0.84, 0.09, 0.18. Web safe color of #d121bf is #cc33cc. Color #d121bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100001 10111111
Octal 321 41 277
Decimal 209 33 191
Hex D1 21 BF

RGB Percentages of Color #d121bf

%48.27
%7.62
%44.11

CMYK Percentages of Color #d121bf

%0
%84
%9
%18

Triadic Colors of #d121bf

#d121bf #bfd121 #21bfd1

Analogous Colors of #d121bf

#d121bf #d12167 #8b21d1

Monochromatic Colors of #d121bf

#d121bf

Complementary Color

#d121bf #21d133

#d121bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d121bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d121bf Color CSS Codes

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

#d121bf Text Font Color

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

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


#d121bf Background Color

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

This div background color is #d121bf


#d121bf Border Color

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

This div border color is #d121bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,33,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d121bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d121bf;
  -webkit-box-shadow: 1px 1px 3px 2px #d121bf;
  box-shadow:         1px 1px 3px 2px #d121bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,33,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d121bf


Comments

No comments written yet.

Please login to write comment.