Color Hex Logo

#d394da Color Hex

#D394DA
(211,148,218)
0 Favorites   0 Comments

Color spaces of #d394da

RGB 211148218
HSL0.820.490.72
HSV294°32°85°
CMYK 0.030.320.00   0.15
XYZ50.108840.090671.4269
Yxy40.09060.31000.2480
Hunter Lab63.317130.4588-22.5620
CIE-Lab69.534035.2388-26.3065

#d394da color RGB value is (211,148,218).

#d394da hex color red value is 211, green value is 148 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d394da hue: 0.82 , saturation: 0.49 and the lightness value of d394da is 0.72.

The process color (four color CMYK) of #d394da color hex is 0.03, 0.32, 0.00, 0.15. Web safe color of #d394da is #cc99cc. Color #d394da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10010100 11011010
Octal 323 224 332
Decimal 211 148 218
Hex D3 94 DA

RGB Percentages of Color #d394da

%36.57
%25.65
%37.78

CMYK Percentages of Color #d394da

%3
%32
%0
%15

Triadic Colors of #d394da

#d394da #dad394 #94dad3

Analogous Colors of #d394da

#d394da #da94be #b094da

Monochromatic Colors of #d394da

#d394da

Complementary Color

#d394da #9bda94

#d394da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d394da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d394da Color CSS Codes

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

#d394da Text Font Color

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

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


#d394da Background Color

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

This div background color is #d394da


#d394da Border Color

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

This div border color is #d394da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d394da


Comments

No comments written yet.

Please login to write comment.