Color Hex Logo

#d368ad Color Hex

#D368AD
(211,104,173)
0 Favorites   0 Comments

Color spaces of #d368ad

RGB 211104173
HSL0.890.550.62
HSV321°51°83°
CMYK 0.000.510.18   0.17
XYZ39.357126.766642.6273
Yxy26.76660.36190.2461
Hunter Lab51.736445.2503-12.6354
CIE-Lab58.757750.4448-17.4170

#d368ad color RGB value is (211,104,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01101000 10101101
Octal 323 150 255
Decimal 211 104 173
Hex D3 68 AD

RGB Percentages of Color #d368ad

%43.24
%21.31
%35.45

CMYK Percentages of Color #d368ad

%0
%51
%18
%17

Triadic Colors of #d368ad

#d368ad #add368 #68add3

Analogous Colors of #d368ad

#d368ad #d36878 #c468d3

Monochromatic Colors of #d368ad

#d368ad

Complementary Color

#d368ad #68d38e

#d368ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d368ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d368ad Color CSS Codes

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

#d368ad Text Font Color

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

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


#d368ad Background Color

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

This div background color is #d368ad


#d368ad Border Color

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

This div border color is #d368ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d368ad


Comments

No comments written yet.

Please login to write comment.