Color Hex Logo

#d82372 Color Hex

#D82372
(216,35,114)
0 Favorites   0 Comments

Color spaces of #d82372

RGB 21635114
HSL0.930.720.49
HSV334°84°85°
CMYK 0.000.840.47   0.15
XYZ31.957217.015917.5197
Yxy17.01590.48060.2559
Hunter Lab41.250366.09833.6938
CIE-Lab48.280170.61112.0469

#d82372 color RGB value is (216,35,114).

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

The process color (four color CMYK) of #d82372 color hex is 0.00, 0.84, 0.47, 0.15. Web safe color of #d82372 is #cc3366. Color #d82372 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00100011 01110010
Octal 330 43 162
Decimal 216 35 114
Hex D8 23 72

RGB Percentages of Color #d82372

%59.18
%9.59
%31.23

CMYK Percentages of Color #d82372

%0
%84
%47
%15

Triadic Colors of #d82372

#d82372 #72d823 #2372d8

Analogous Colors of #d82372

#d82372 #d82f23 #d823cd

Monochromatic Colors of #d82372

#d82372

Complementary Color

#d82372 #23d889

#d82372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d82372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d82372 Color CSS Codes

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

#d82372 Text Font Color

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

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


#d82372 Background Color

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

This div background color is #d82372


#d82372 Border Color

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

This div border color is #d82372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d82372


Comments

No comments written yet.

Please login to write comment.