Color Hex Logo

#d359da Color Hex

#D359DA
(211,89,218)
0 Favorites   0 Comments

Color spaces of #d359da

RGB 21189218
HSL0.820.640.60
HSV297°59°85°
CMYK 0.030.590.00   0.15
XYZ43.091226.055669.0877
Yxy26.05560.31170.1885
Hunter Lab51.044761.3590-44.5162
CIE-Lab58.089864.7555-44.1198

#d359da color RGB value is (211,89,218).

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

The process color (four color CMYK) of #d359da color hex is 0.03, 0.59, 0.00, 0.15. Web safe color of #d359da is #cc66cc. Color #d359da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01011001 11011010
Octal 323 131 332
Decimal 211 89 218
Hex D3 59 DA

RGB Percentages of Color #d359da

%40.73
%17.18
%42.08

CMYK Percentages of Color #d359da

%3
%59
%0
%15

Triadic Colors of #d359da

#d359da #dad359 #59dad3

Analogous Colors of #d359da

#d359da #da59a1 #9359da

Monochromatic Colors of #d359da

#d359da

Complementary Color

#d359da #60da59

#d359da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d359da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d359da Color CSS Codes

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

#d359da Text Font Color

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

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


#d359da Background Color

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

This div background color is #d359da


#d359da Border Color

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

This div border color is #d359da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,89,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 #d359da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d359da


Comments

No comments written yet.

Please login to write comment.