Color Hex Logo

#d23dad Color Hex

#D23DAD
(210,61,173)
0 Favorites   0 Comments

Color spaces of #d23dad

RGB 21061173
HSL0.870.620.53
HSV315°71°82°
CMYK 0.000.710.18   0.18
XYZ35.789920.056341.5201
Yxy20.05630.36760.2060
Hunter Lab44.784364.2780-23.6196
CIE-Lab51.900868.3824-27.9613

#d23dad color RGB value is (210,61,173).

#d23dad hex color red value is 210, green value is 61 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d23dad hue: 0.87 , saturation: 0.62 and the lightness value of d23dad is 0.53.

The process color (four color CMYK) of #d23dad color hex is 0.00, 0.71, 0.18, 0.18. Web safe color of #d23dad is #cc3399. Color #d23dad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00111101 10101101
Octal 322 75 255
Decimal 210 61 173
Hex D2 3D AD

RGB Percentages of Color #d23dad

%47.30
%13.74
%38.96

CMYK Percentages of Color #d23dad

%0
%71
%18
%18

Triadic Colors of #d23dad

#d23dad #add23d #3dadd2

Analogous Colors of #d23dad

#d23dad #d23d62 #ad3dd2

Monochromatic Colors of #d23dad

#d23dad

Complementary Color

#d23dad #3dd262

#d23dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d23dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d23dad Color CSS Codes

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

#d23dad Text Font Color

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

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


#d23dad Background Color

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

This div background color is #d23dad


#d23dad Border Color

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

This div border color is #d23dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d23dad


Comments

No comments written yet.

Please login to write comment.