Color Hex Logo

#d823ba Color Hex

#D823BA
(216,35,186)
0 Favorites   0 Comments

Color spaces of #d823ba

RGB 21635186
HSL0.860.720.49
HSV310°84°85°
CMYK 0.000.840.14   0.15
XYZ37.782919.346248.1972
Yxy19.34620.35870.1837
Hunter Lab43.984376.3605-34.1799
CIE-Lab51.089878.4594-36.7509

#d823ba color RGB value is (216,35,186).

#d823ba hex color red value is 216, green value is 35 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d823ba hue: 0.86 , saturation: 0.72 and the lightness value of d823ba is 0.49.

The process color (four color CMYK) of #d823ba color hex is 0.00, 0.84, 0.14, 0.15. Web safe color of #d823ba is #cc33cc. Color #d823ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00100011 10111010
Octal 330 43 272
Decimal 216 35 186
Hex D8 23 BA

RGB Percentages of Color #d823ba

%49.43
%8.01
%42.56

CMYK Percentages of Color #d823ba

%0
%84
%14
%15

Triadic Colors of #d823ba

#d823ba #bad823 #23bad8

Analogous Colors of #d823ba

#d823ba #d82360 #9c23d8

Monochromatic Colors of #d823ba

#d823ba

Complementary Color

#d823ba #23d841

#d823ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d823ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d823ba Color CSS Codes

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

#d823ba Text Font Color

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

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


#d823ba Background Color

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

This div background color is #d823ba


#d823ba Border Color

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

This div border color is #d823ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,35,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d823ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d823ba;
  -webkit-box-shadow: 1px 1px 3px 2px #d823ba;
  box-shadow:         1px 1px 3px 2px #d823ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,35,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d823ba


Comments

No comments written yet.

Please login to write comment.