Color Hex Logo

#d385bc Color Hex

#D385BC
(211,133,188)
0 Favorites   0 Comments

Color spaces of #d385bc

RGB 211133188
HSL0.880.470.67
HSV318°37°83°
CMYK 0.000.370.11   0.17
XYZ44.328634.254851.8524
Yxy34.25480.33980.2626
Hunter Lab58.527632.7720-11.5585
CIE-Lab65.164337.9039-16.2442

#d385bc color RGB value is (211,133,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10000101 10111100
Octal 323 205 274
Decimal 211 133 188
Hex D3 85 BC

RGB Percentages of Color #d385bc

%39.66
%25.00
%35.34

CMYK Percentages of Color #d385bc

%0
%37
%11
%17

Triadic Colors of #d385bc

#d385bc #bcd385 #85bcd3

Analogous Colors of #d385bc

#d385bc #d38595 #c385d3

Monochromatic Colors of #d385bc

#d385bc

Complementary Color

#d385bc #85d39c

#d385bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d385bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d385bc Color CSS Codes

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

#d385bc Text Font Color

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

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


#d385bc Background Color

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

This div background color is #d385bc


#d385bc Border Color

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

This div border color is #d385bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,133,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d385bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d385bc


Comments

No comments written yet.

Please login to write comment.