Color Hex Logo

#d385bf Color Hex

#D385BF
(211,133,191)
0 Favorites   0 Comments

Color spaces of #d385bf

RGB 211133191
HSL0.880.470.67
HSV315°37°83°
CMYK 0.000.370.09   0.17
XYZ44.655534.385553.5737
Yxy34.38550.33670.2593
Hunter Lab58.639233.3147-13.1209
CIE-Lab65.267438.4103-17.7759

#d385bf color RGB value is (211,133,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10000101 10111111
Octal 323 205 277
Decimal 211 133 191
Hex D3 85 BF

RGB Percentages of Color #d385bf

%39.44
%24.86
%35.70

CMYK Percentages of Color #d385bf

%0
%37
%9
%17

Triadic Colors of #d385bf

#d385bf #bfd385 #85bfd3

Analogous Colors of #d385bf

#d385bf #d38598 #c085d3

Monochromatic Colors of #d385bf

#d385bf

Complementary Color

#d385bf #85d399

#d385bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d385bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d385bf Color CSS Codes

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

#d385bf Text Font Color

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

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


#d385bf Background Color

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

This div background color is #d385bf


#d385bf Border Color

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

This div border color is #d385bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d385bf


Comments

No comments written yet.

Please login to write comment.