Color Hex Logo

#d385dc Color Hex

#D385DC
(211,133,220)
0 Favorites   0 Comments

Color spaces of #d385dc

RGB 211133220
HSL0.820.550.69
HSV294°40°86°
CMYK 0.040.400.00   0.14
XYZ48.169835.791272.0797
Yxy35.79120.30870.2294
Hunter Lab59.825739.0275-29.5562
CIE-Lab66.360143.6408-32.3067

#d385dc color RGB value is (211,133,220).

#d385dc hex color red value is 211, green value is 133 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d385dc hue: 0.82 , saturation: 0.55 and the lightness value of d385dc is 0.69.

The process color (four color CMYK) of #d385dc color hex is 0.04, 0.40, 0.00, 0.14. Web safe color of #d385dc is #cc99cc. Color #d385dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10000101 11011100
Octal 323 205 334
Decimal 211 133 220
Hex D3 85 DC

RGB Percentages of Color #d385dc

%37.41
%23.58
%39.01

CMYK Percentages of Color #d385dc

%4
%40
%0
%14

Triadic Colors of #d385dc

#d385dc #dcd385 #85dcd3

Analogous Colors of #d385dc

#d385dc #dc85ba #a885dc

Monochromatic Colors of #d385dc

#d385dc

Complementary Color

#d385dc #8edc85

#d385dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d385dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d385dc Color CSS Codes

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

#d385dc Text Font Color

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

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


#d385dc Background Color

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

This div background color is #d385dc


#d385dc Border Color

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

This div border color is #d385dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d385dc


Comments

No comments written yet.

Please login to write comment.