Color Hex Logo

#d375bf Color Hex

#D375BF
(211,117,191)
0 Favorites   0 Comments

Color spaces of #d375bf

RGB 211117191
HSL0.870.520.64
HSV313°45°83°
CMYK 0.000.450.09   0.17
XYZ42.629230.333152.8983
Yxy30.33310.33870.2410
Hunter Lab55.075541.7794-18.3934
CIE-Lab61.940646.7796-22.8455

#d375bf color RGB value is (211,117,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01110101 10111111
Octal 323 165 277
Decimal 211 117 191
Hex D3 75 BF

RGB Percentages of Color #d375bf

%40.66
%22.54
%36.80

CMYK Percentages of Color #d375bf

%0
%45
%9
%17

Triadic Colors of #d375bf

#d375bf #bfd375 #75bfd3

Analogous Colors of #d375bf

#d375bf #d37590 #b875d3

Monochromatic Colors of #d375bf

#d375bf

Complementary Color

#d375bf #75d389

#d375bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d375bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d375bf Color CSS Codes

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

#d375bf Text Font Color

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

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


#d375bf Background Color

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

This div background color is #d375bf


#d375bf Border Color

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

This div border color is #d375bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d375bf


Comments

No comments written yet.

Please login to write comment.