Color Hex Logo

#d258ad Color Hex

#D258AD
(210,88,173)
0 Favorites   0 Comments

Color spaces of #d258ad

RGB 21088173
HSL0.880.580.58
HSV318°58°82°
CMYK 0.000.580.18   0.18
XYZ37.610923.698242.1271
Yxy23.69820.36360.2291
Hunter Lab48.680852.7181-17.2315
CIE-Lab55.784457.6656-21.9689

#d258ad color RGB value is (210,88,173).

#d258ad hex color red value is 210, green value is 88 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d258ad hue: 0.88 , saturation: 0.58 and the lightness value of d258ad is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01011000 10101101
Octal 322 130 255
Decimal 210 88 173
Hex D2 58 AD

RGB Percentages of Color #d258ad

%44.59
%18.68
%36.73

CMYK Percentages of Color #d258ad

%0
%58
%18
%18

Triadic Colors of #d258ad

#d258ad #add258 #58add2

Analogous Colors of #d258ad

#d258ad #d25870 #ba58d2

Monochromatic Colors of #d258ad

#d258ad

Complementary Color

#d258ad #58d27d

#d258ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d258ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d258ad Color CSS Codes

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

#d258ad Text Font Color

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

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


#d258ad Background Color

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

This div background color is #d258ad


#d258ad Border Color

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

This div border color is #d258ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d258ad


Comments

No comments written yet.

Please login to write comment.