Color Hex Logo

#d83792 Color Hex

#D83792
(216,55,146)
0 Favorites   0 Comments

Color spaces of #d83792

RGB 21655146
HSL0.910.670.53
HSV326°75°85°
CMYK 0.000.750.32   0.15
XYZ34.873419.406629.1020
Yxy19.40660.41820.2327
Hunter Lab44.052964.2125-8.3308
CIE-Lab51.159668.4688-13.0378

#d83792 color RGB value is (216,55,146).

#d83792 hex color red value is 216, green value is 55 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #d83792 hue: 0.91 , saturation: 0.67 and the lightness value of d83792 is 0.53.

The process color (four color CMYK) of #d83792 color hex is 0.00, 0.75, 0.32, 0.15. Web safe color of #d83792 is #cc3399. Color #d83792 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00110111 10010010
Octal 330 67 222
Decimal 216 55 146
Hex D8 37 92

RGB Percentages of Color #d83792

%51.80
%13.19
%35.01

CMYK Percentages of Color #d83792

%0
%75
%32
%15

Triadic Colors of #d83792

#d83792 #92d837 #3792d8

Analogous Colors of #d83792

#d83792 #d83741 #ce37d8

Monochromatic Colors of #d83792

#d83792

Complementary Color

#d83792 #37d87d

#d83792 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d83792 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d83792 Color CSS Codes

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

#d83792 Text Font Color

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

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


#d83792 Background Color

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

This div background color is #d83792


#d83792 Border Color

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

This div border color is #d83792


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d83792


Comments

No comments written yet.

Please login to write comment.