Color Hex Logo

#d23baf Color Hex

#D23BAF
(210,59,175)
0 Favorites   0 Comments

Color spaces of #d23baf

RGB 21059175
HSL0.870.630.53
HSV314°72°82°
CMYK 0.000.720.17   0.18
XYZ35.880219.924742.5122
Yxy19.92470.36490.2027
Hunter Lab44.637165.3670-25.2216
CIE-Lab51.752069.3274-29.3640

#d23baf color RGB value is (210,59,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 00111011 10101111
Octal 322 73 257
Decimal 210 59 175
Hex D2 3B AF

RGB Percentages of Color #d23baf

%47.30
%13.29
%39.41

CMYK Percentages of Color #d23baf

%0
%72
%17
%18

Triadic Colors of #d23baf

#d23baf #afd23b #3bafd2

Analogous Colors of #d23baf

#d23baf #d23b64 #aa3bd2

Monochromatic Colors of #d23baf

#d23baf

Complementary Color

#d23baf #3bd25e

#d23baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d23baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d23baf Color CSS Codes

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

#d23baf Text Font Color

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

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


#d23baf Background Color

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

This div background color is #d23baf


#d23baf Border Color

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

This div border color is #d23baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d23baf


Comments

No comments written yet.

Please login to write comment.