Color Hex Logo

#d83bad Color Hex

#D83BAD
(216,59,173)
0 Favorites   0 Comments

Color spaces of #d83bad

RGB 21659173
HSL0.880.670.54
HSV316°73°85°
CMYK 0.000.730.20   0.15
XYZ37.425720.744041.5666
Yxy20.74400.37520.2080
Hunter Lab45.545666.9722-22.2284
CIE-Lab52.668270.4939-26.6924

#d83bad color RGB value is (216,59,173).

#d83bad hex color red value is 216, green value is 59 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d83bad hue: 0.88 , saturation: 0.67 and the lightness value of d83bad is 0.54.

The process color (four color CMYK) of #d83bad color hex is 0.00, 0.73, 0.20, 0.15. Web safe color of #d83bad is #cc3399. Color #d83bad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00111011 10101101
Octal 330 73 255
Decimal 216 59 173
Hex D8 3B AD

RGB Percentages of Color #d83bad

%48.21
%13.17
%38.62

CMYK Percentages of Color #d83bad

%0
%73
%20
%15

Triadic Colors of #d83bad

#d83bad #add83b #3badd8

Analogous Colors of #d83bad

#d83bad #d83b5f #b53bd8

Monochromatic Colors of #d83bad

#d83bad

Complementary Color

#d83bad #3bd866

#d83bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d83bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d83bad Color CSS Codes

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

#d83bad Text Font Color

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

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


#d83bad Background Color

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

This div background color is #d83bad


#d83bad Border Color

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

This div border color is #d83bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d83bad


Comments

No comments written yet.

Please login to write comment.