Color Hex Logo

#d359be Color Hex

#D359BE
(211,89,190)
0 Favorites   0 Comments

Color spaces of #d359be

RGB 21189190
HSL0.860.580.59
HSV310°58°83°
CMYK 0.000.580.10   0.17
XYZ39.730624.711351.3909
Yxy24.71130.34300.2133
Hunter Lab49.710555.6711-26.4969
CIE-Lab56.793060.0882-30.2127

#d359be color RGB value is (211,89,190).

#d359be hex color red value is 211, green value is 89 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d359be hue: 0.86 , saturation: 0.58 and the lightness value of d359be is 0.59.

The process color (four color CMYK) of #d359be color hex is 0.00, 0.58, 0.10, 0.17. Web safe color of #d359be is #cc66cc. Color #d359be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01011001 10111110
Octal 323 131 276
Decimal 211 89 190
Hex D3 59 BE

RGB Percentages of Color #d359be

%43.06
%18.16
%38.78

CMYK Percentages of Color #d359be

%0
%58
%10
%17

Triadic Colors of #d359be

#d359be #bed359 #59bed3

Analogous Colors of #d359be

#d359be #d35981 #ab59d3

Monochromatic Colors of #d359be

#d359be

Complementary Color

#d359be #59d36e

#d359be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d359be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d359be Color CSS Codes

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

#d359be Text Font Color

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

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


#d359be Background Color

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

This div background color is #d359be


#d359be Border Color

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

This div border color is #d359be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d359be


Comments

No comments written yet.

Please login to write comment.