Color Hex Logo

#d9234d Color Hex

#D9234D
(217,35,77)
0 Favorites   0 Comments

Color spaces of #d9234d

RGB 2173577
HSL0.960.720.49
HSV346°84°85°
CMYK 0.000.840.65   0.15
XYZ30.555916.48968.5935
Yxy16.48960.54920.2964
Hunter Lab40.607463.253215.8780
CIE-Lab47.610468.339623.8837

#d9234d color RGB value is (217,35,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00100011 01001101
Octal 331 43 115
Decimal 217 35 77
Hex D9 23 4D

RGB Percentages of Color #d9234d

%65.96
%10.64
%23.40

CMYK Percentages of Color #d9234d

%0
%84
%65
%15

Triadic Colors of #d9234d

#d9234d #4dd923 #234dd9

Analogous Colors of #d9234d

#d9234d #d95423 #d923a8

Monochromatic Colors of #d9234d

#d9234d

Complementary Color

#d9234d #23d9af

#d9234d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9234d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9234d Color CSS Codes

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

#d9234d Text Font Color

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

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


#d9234d Background Color

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

This div background color is #d9234d


#d9234d Border Color

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

This div border color is #d9234d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9234d


Comments

No comments written yet.

Please login to write comment.