Color Hex Logo

#d38fbf Color Hex

#D38FBF
(211,143,191)
0 Favorites   0 Comments

Color spaces of #d38fbf

RGB 211143191
HSL0.880.440.69
HSV318°32°83°
CMYK 0.000.320.09   0.17
XYZ46.090437.255454.0520
Yxy37.25540.33550.2711
Hunter Lab61.037227.9738-9.7787
CIE-Lab67.468233.0437-14.4499

#d38fbf color RGB value is (211,143,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10001111 10111111
Octal 323 217 277
Decimal 211 143 191
Hex D3 8F BF

RGB Percentages of Color #d38fbf

%38.72
%26.24
%35.05

CMYK Percentages of Color #d38fbf

%0
%32
%9
%17

Triadic Colors of #d38fbf

#d38fbf #bfd38f #8fbfd3

Analogous Colors of #d38fbf

#d38fbf #d38f9d #c58fd3

Monochromatic Colors of #d38fbf

#d38fbf

Complementary Color

#d38fbf #8fd3a3

#d38fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38fbf Color CSS Codes

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

#d38fbf Text Font Color

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

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


#d38fbf Background Color

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

This div background color is #d38fbf


#d38fbf Border Color

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

This div border color is #d38fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d38fbf


Comments

No comments written yet.

Please login to write comment.