Color Hex Logo

#d140bf Color Hex

#D140BF
(209,64,191)
0 Favorites   0 Comments

Color spaces of #d140bf

RGB 20964191
HSL0.850.610.54
HSV307°69°82°
CMYK 0.000.690.09   0.18
XYZ37.531920.983751.3623
Yxy20.98370.34160.1910
Hunter Lab45.808066.0867-34.4135
CIE-Lab52.931769.7045-36.8414

#d140bf color RGB value is (209,64,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01000000 10111111
Octal 321 100 277
Decimal 209 64 191
Hex D1 40 BF

RGB Percentages of Color #d140bf

%45.04
%13.79
%41.16

CMYK Percentages of Color #d140bf

%0
%69
%9
%18

Triadic Colors of #d140bf

#d140bf #bfd140 #40bfd1

Analogous Colors of #d140bf

#d140bf #d14077 #9b40d1

Monochromatic Colors of #d140bf

#d140bf

Complementary Color

#d140bf #40d152

#d140bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d140bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d140bf Color CSS Codes

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

#d140bf Text Font Color

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

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


#d140bf Background Color

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

This div background color is #d140bf


#d140bf Border Color

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

This div border color is #d140bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d140bf


Comments

No comments written yet.

Please login to write comment.