Color Hex Logo

#d92388 Color Hex

#D92388
(217,35,136)
0 Favorites   0 Comments

Color spaces of #d92388

RGB 21735136
HSL0.910.720.49
HSV327°84°85°
CMYK 0.000.840.37   0.15
XYZ33.660217.731424.9410
Yxy17.73140.44100.2323
Hunter Lab42.108768.9965-5.6414
CIE-Lab49.168772.8502-10.0120

#d92388 color RGB value is (217,35,136).

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

The process color (four color CMYK) of #d92388 color hex is 0.00, 0.84, 0.37, 0.15. Web safe color of #d92388 is #cc3399. Color #d92388 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00100011 10001000
Octal 331 43 210
Decimal 217 35 136
Hex D9 23 88

RGB Percentages of Color #d92388

%55.93
%9.02
%35.05

CMYK Percentages of Color #d92388

%0
%84
%37
%15

Triadic Colors of #d92388

#d92388 #88d923 #2388d9

Analogous Colors of #d92388

#d92388 #d9232d #cf23d9

Monochromatic Colors of #d92388

#d92388

Complementary Color

#d92388 #23d974

#d92388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d92388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d92388 Color CSS Codes

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

#d92388 Text Font Color

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

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


#d92388 Background Color

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

This div background color is #d92388


#d92388 Border Color

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

This div border color is #d92388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d92388


Comments

No comments written yet.

Please login to write comment.