Color Hex Logo

#d390bf Color Hex

#D390BF
(211,144,191)
0 Favorites   0 Comments

Color spaces of #d390bf

RGB 211144191
HSL0.880.430.70
HSV318°32°83°
CMYK 0.000.320.09   0.17
XYZ46.241237.557054.1023
Yxy37.55700.33530.2723
Hunter Lab61.283827.4392-9.4435
CIE-Lab67.692832.5034-14.1117

#d390bf color RGB value is (211,144,191).

#d390bf hex color red value is 211, green value is 144 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d390bf hue: 0.88 , saturation: 0.43 and the lightness value of d390bf is 0.70.

The process color (four color CMYK) of #d390bf color hex is 0.00, 0.32, 0.09, 0.17. Web safe color of #d390bf is #cc99cc. Color #d390bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10010000 10111111
Octal 323 220 277
Decimal 211 144 191
Hex D3 90 BF

RGB Percentages of Color #d390bf

%38.64
%26.37
%34.98

CMYK Percentages of Color #d390bf

%0
%32
%9
%17

Triadic Colors of #d390bf

#d390bf #bfd390 #90bfd3

Analogous Colors of #d390bf

#d390bf #d3909e #c690d3

Monochromatic Colors of #d390bf

#d390bf

Complementary Color

#d390bf #90d3a4

#d390bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d390bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d390bf Color CSS Codes

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

#d390bf Text Font Color

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

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


#d390bf Background Color

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

This div background color is #d390bf


#d390bf Border Color

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

This div border color is #d390bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d390bf


Comments

No comments written yet.

Please login to write comment.