Color Hex Logo

#d384cb Color Hex

#D384CB
(211,132,203)
0 Favorites   0 Comments

Color spaces of #d384cb

RGB 211132203
HSL0.850.470.67
HSV306°37°83°
CMYK 0.000.370.04   0.17
XYZ45.894734.663260.7717
Yxy34.66320.32470.2453
Hunter Lab58.875536.1126-19.9868
CIE-Lab65.485641.0326-24.1760

#d384cb color RGB value is (211,132,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10000100 11001011
Octal 323 204 313
Decimal 211 132 203
Hex D3 84 CB

RGB Percentages of Color #d384cb

%38.64
%24.18
%37.18

CMYK Percentages of Color #d384cb

%0
%37
%4
%17

Triadic Colors of #d384cb

#d384cb #cbd384 #84cbd3

Analogous Colors of #d384cb

#d384cb #d384a4 #b484d3

Monochromatic Colors of #d384cb

#d384cb

Complementary Color

#d384cb #84d38c

#d384cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d384cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d384cb Color CSS Codes

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

#d384cb Text Font Color

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

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


#d384cb Background Color

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

This div background color is #d384cb


#d384cb Border Color

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

This div border color is #d384cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d384cb


Comments

No comments written yet.

Please login to write comment.