Color Hex Logo

#d394ca Color Hex

#D394CA
(211,148,202)
0 Favorites   0 Comments

Color spaces of #d394ca

RGB 211148202
HSL0.860.420.70
HSV309°30°83°
CMYK 0.000.300.04   0.17
XYZ48.114539.293060.9255
Yxy39.29300.32440.2649
Hunter Lab62.684127.3141-13.7477
CIE-Lab68.963032.2688-18.3194

#d394ca color RGB value is (211,148,202).

#d394ca hex color red value is 211, green value is 148 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d394ca hue: 0.86 , saturation: 0.42 and the lightness value of d394ca is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10010100 11001010
Octal 323 224 312
Decimal 211 148 202
Hex D3 94 CA

RGB Percentages of Color #d394ca

%37.61
%26.38
%36.01

CMYK Percentages of Color #d394ca

%0
%30
%4
%17

Triadic Colors of #d394ca

#d394ca #cad394 #94cad3

Analogous Colors of #d394ca

#d394ca #d394ab #bd94d3

Monochromatic Colors of #d394ca

#d394ca

Complementary Color

#d394ca #94d39d

#d394ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d394ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d394ca Color CSS Codes

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

#d394ca Text Font Color

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

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


#d394ca Background Color

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

This div background color is #d394ca


#d394ca Border Color

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

This div border color is #d394ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d394ca


Comments

No comments written yet.

Please login to write comment.