Color Hex Logo

#d369ae Color Hex

#D369AE
(211,105,174)
0 Favorites   0 Comments

Color spaces of #d369ae

RGB 211105174
HSL0.890.550.62
HSV321°50°83°
CMYK 0.000.500.18   0.17
XYZ39.555527.008043.1727
Yxy27.00800.36050.2461
Hunter Lab51.969244.9161-12.8759
CIE-Lab58.981750.1042-17.6520

#d369ae color RGB value is (211,105,174).

#d369ae hex color red value is 211, green value is 105 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d369ae hue: 0.89 , saturation: 0.55 and the lightness value of d369ae is 0.62.

The process color (four color CMYK) of #d369ae color hex is 0.00, 0.50, 0.18, 0.17. Web safe color of #d369ae is #cc6699. Color #d369ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01101001 10101110
Octal 323 151 256
Decimal 211 105 174
Hex D3 69 AE

RGB Percentages of Color #d369ae

%43.06
%21.43
%35.51

CMYK Percentages of Color #d369ae

%0
%50
%18
%17

Triadic Colors of #d369ae

#d369ae #aed369 #69aed3

Analogous Colors of #d369ae

#d369ae #d36979 #c369d3

Monochromatic Colors of #d369ae

#d369ae

Complementary Color

#d369ae #69d38e

#d369ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d369ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d369ae Color CSS Codes

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

#d369ae Text Font Color

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

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


#d369ae Background Color

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

This div background color is #d369ae


#d369ae Border Color

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

This div border color is #d369ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d369ae


Comments

No comments written yet.

Please login to write comment.