Color Hex Logo

#d23daf Color Hex

#D23DAF
(210,61,175)
0 Favorites   0 Comments

Color spaces of #d23daf

RGB 21061175
HSL0.870.620.53
HSV314°71°82°
CMYK 0.000.710.17   0.18
XYZ35.984920.134342.5471
Yxy20.13430.36470.2041
Hunter Lab44.871364.6249-24.8091
CIE-Lab51.988768.6581-28.9958

#d23daf color RGB value is (210,61,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 00111101 10101111
Octal 322 75 257
Decimal 210 61 175
Hex D2 3D AF

RGB Percentages of Color #d23daf

%47.09
%13.68
%39.24

CMYK Percentages of Color #d23daf

%0
%71
%17
%18

Triadic Colors of #d23daf

#d23daf #afd23d #3dafd2

Analogous Colors of #d23daf

#d23daf #d23d65 #ab3dd2

Monochromatic Colors of #d23daf

#d23daf

Complementary Color

#d23daf #3dd260

#d23daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d23daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d23daf Color CSS Codes

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

#d23daf Text Font Color

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

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


#d23daf Background Color

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

This div background color is #d23daf


#d23daf Border Color

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

This div border color is #d23daf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,61,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d23daf


Comments

No comments written yet.

Please login to write comment.