Color Hex Logo

#d95227 Color Hex

#D95227
(217,82,39)
0 Favorites   0 Comments

Color spaces of #d95227

RGB 2178239
HSL0.040.700.50
HSV14°82°85°
CMYK 0.000.620.82   0.15
XYZ31.998820.93284.2734
Yxy20.93280.55940.3659
Hunter Lab45.752444.774626.4888
CIE-Lab52.875950.952450.7840

#d95227 color RGB value is (217,82,39).

#d95227 hex color red value is 217, green value is 82 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #d95227 hue: 0.04 , saturation: 0.70 and the lightness value of d95227 is 0.50.

The process color (four color CMYK) of #d95227 color hex is 0.00, 0.62, 0.82, 0.15. Web safe color of #d95227 is #cc6633. Color #d95227 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01010010 00100111
Octal 331 122 47
Decimal 217 82 39
Hex D9 52 27

RGB Percentages of Color #d95227

%64.20
%24.26
%11.54

CMYK Percentages of Color #d95227

%0
%62
%82
%15

Triadic Colors of #d95227

#d95227 #27d952 #5227d9

Analogous Colors of #d95227

#d95227 #d9ab27 #d92755

Monochromatic Colors of #d95227

#d95227

Complementary Color

#d95227 #27aed9

#d95227 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d95227 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d95227 Color CSS Codes

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

#d95227 Text Font Color

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

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


#d95227 Background Color

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

This div background color is #d95227


#d95227 Border Color

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

This div border color is #d95227


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d95227


Comments

No comments written yet.

Please login to write comment.