Color Hex Logo

#d37bbf Color Hex

#D37BBF
(211,123,191)
0 Favorites   0 Comments

Color spaces of #d37bbf

RGB 211123191
HSL0.870.500.65
HSV314°42°83°
CMYK 0.000.420.09   0.17
XYZ43.350931.776453.1388
Yxy31.77640.33800.2477
Hunter Lab56.370638.6242-16.4315
CIE-Lab63.157643.6814-20.9850

#d37bbf color RGB value is (211,123,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01111011 10111111
Octal 323 173 277
Decimal 211 123 191
Hex D3 7B BF

RGB Percentages of Color #d37bbf

%40.19
%23.43
%36.38

CMYK Percentages of Color #d37bbf

%0
%42
%9
%17

Triadic Colors of #d37bbf

#d37bbf #bfd37b #7bbfd3

Analogous Colors of #d37bbf

#d37bbf #d37b93 #bb7bd3

Monochromatic Colors of #d37bbf

#d37bbf

Complementary Color

#d37bbf #7bd38f

#d37bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d37bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d37bbf Color CSS Codes

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

#d37bbf Text Font Color

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

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


#d37bbf Background Color

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

This div background color is #d37bbf


#d37bbf Border Color

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

This div border color is #d37bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d37bbf


Comments

No comments written yet.

Please login to write comment.