Color Hex Logo

#d658ad Color Hex

#D658AD
(214,88,173)
0 Favorites   0 Comments

Color spaces of #d658ad

RGB 21488173
HSL0.890.610.59
HSV320°59°84°
CMYK 0.000.590.19   0.16
XYZ38.764124.292742.1810
Yxy24.29270.36830.2308
Hunter Lab49.287654.1347-16.2398
CIE-Lab56.379758.8136-21.0046

#d658ad color RGB value is (214,88,173).

#d658ad hex color red value is 214, green value is 88 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d658ad hue: 0.89 , saturation: 0.61 and the lightness value of d658ad is 0.59.

The process color (four color CMYK) of #d658ad color hex is 0.00, 0.59, 0.19, 0.16. Web safe color of #d658ad is #cc6699. Color #d658ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01011000 10101101
Octal 326 130 255
Decimal 214 88 173
Hex D6 58 AD

RGB Percentages of Color #d658ad

%45.05
%18.53
%36.42

CMYK Percentages of Color #d658ad

%0
%59
%19
%16

Triadic Colors of #d658ad

#d658ad #add658 #58add6

Analogous Colors of #d658ad

#d658ad #d6586e #c058d6

Monochromatic Colors of #d658ad

#d658ad

Complementary Color

#d658ad #58d681

#d658ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d658ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d658ad Color CSS Codes

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

#d658ad Text Font Color

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

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


#d658ad Background Color

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

This div background color is #d658ad


#d658ad Border Color

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

This div border color is #d658ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d658ad


Comments

No comments written yet.

Please login to write comment.