Color Hex Logo

#d370bf Color Hex

#D370BF
(211,112,191)
0 Favorites   0 Comments

Color spaces of #d370bf

RGB 211112191
HSL0.870.530.63
HSV312°47°83°
CMYK 0.000.470.09   0.17
XYZ42.062129.198852.7092
Yxy29.19880.33930.2355
Hunter Lab54.035944.3833-20.0091
CIE-Lab60.956749.3158-24.3543

#d370bf color RGB value is (211,112,191).

#d370bf hex color red value is 211, green value is 112 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d370bf hue: 0.87 , saturation: 0.53 and the lightness value of d370bf is 0.63.

The process color (four color CMYK) of #d370bf color hex is 0.00, 0.47, 0.09, 0.17. Web safe color of #d370bf is #cc66cc. Color #d370bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01110000 10111111
Octal 323 160 277
Decimal 211 112 191
Hex D3 70 BF

RGB Percentages of Color #d370bf

%41.05
%21.79
%37.16

CMYK Percentages of Color #d370bf

%0
%47
%9
%17

Triadic Colors of #d370bf

#d370bf #bfd370 #70bfd3

Analogous Colors of #d370bf

#d370bf #d3708e #b670d3

Monochromatic Colors of #d370bf

#d370bf

Complementary Color

#d370bf #70d384

#d370bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d370bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d370bf Color CSS Codes

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

#d370bf Text Font Color

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

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


#d370bf Background Color

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

This div background color is #d370bf


#d370bf Border Color

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

This div border color is #d370bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d370bf


Comments

No comments written yet.

Please login to write comment.