Color Hex Logo

#d183bf Color Hex

#D183BF
(209,131,191)
0 Favorites   0 Comments

Color spaces of #d183bf

RGB 209131191
HSL0.870.460.67
HSV314°37°82°
CMYK 0.000.370.09   0.18
XYZ43.814833.549553.4566
Yxy33.54950.33490.2565
Hunter Lab57.921933.6622-14.1739
CIE-Lab64.603438.8177-18.8056

#d183bf color RGB value is (209,131,191).

#d183bf hex color red value is 209, green value is 131 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d183bf hue: 0.87 , saturation: 0.46 and the lightness value of d183bf is 0.67.

The process color (four color CMYK) of #d183bf color hex is 0.00, 0.37, 0.09, 0.18. Web safe color of #d183bf is #cc99cc. Color #d183bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000011 10111111
Octal 321 203 277
Decimal 209 131 191
Hex D1 83 BF

RGB Percentages of Color #d183bf

%39.36
%24.67
%35.97

CMYK Percentages of Color #d183bf

%0
%37
%9
%18

Triadic Colors of #d183bf

#d183bf #bfd183 #83bfd1

Analogous Colors of #d183bf

#d183bf #d18398 #bc83d1

Monochromatic Colors of #d183bf

#d183bf

Complementary Color

#d183bf #83d195

#d183bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d183bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d183bf Color CSS Codes

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

#d183bf Text Font Color

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

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


#d183bf Background Color

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

This div background color is #d183bf


#d183bf Border Color

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

This div border color is #d183bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d183bf


Comments

No comments written yet.

Please login to write comment.