color codes Logo

#d141bf color codes

#D141BF
(209,65,191)
0 Favorites   0 Comments

Color spaces of #d141bf

RGB 20965191
HSL0.850.610.54
HSV308°69°82°
CMYK 0.000.690.09   0.18
XYZ37.588821.097551.3813
Yxy21.09750.34150.1917
Hunter Lab45.932065.6958-34.1716
CIE-Lab53.056069.3536-36.6461

#d141bf color RGB value is (209,65,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01000001 10111111
Octal 321 101 277
Decimal 209 65 191
Hex D1 41 BF

RGB Percentages of Color #d141bf

%44.95
%13.98
%41.08

CMYK Percentages of Color #d141bf

%0
%69
%9
%18

Triadic Colors of #d141bf

#d141bf #bfd141 #41bfd1

Analogous Colors of #d141bf

#d141bf #d14177 #9b41d1

Monochromatic Colors of #d141bf

#d141bf

Complementary Color

#d141bf #41d153

#d141bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d141bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d141bf Color CSS Codes

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

#d141bf Text Font Color

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

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


#d141bf Background Color

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

This div background color is #d141bf


#d141bf Border Color

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

This div border color is #d141bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d141bf


Comments

No comments written yet.

Please login to write comment.