Color Hex Logo

#880238 Color Hex

#880238
(136,2,56)
0 Favorites   0 Comments

Color spaces of #880238

RGB 136256
HSL0.930.970.27
HSV336°99°53°
CMYK 0.000.990.59   0.47
XYZ10.88895.56324.2413
Yxy5.56320.52620.2688
Hunter Lab23.586441.12995.8490
CIE-Lab28.282651.96598.5524

#880238 color RGB value is (136,2,56).

#880238 hex color red value is 136, green value is 2 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #880238 hue: 0.93 , saturation: 0.97 and the lightness value of 880238 is 0.27.

The process color (four color CMYK) of #880238 color hex is 0.00, 0.99, 0.59, 0.47. Web safe color of #880238 is #990033. Color #880238 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00000010 00111000
Octal 210 2 70
Decimal 136 2 56
Hex 88 2 38

RGB Percentages of Color #880238

%70.10
%1.03
%28.87

CMYK Percentages of Color #880238

%0
%99
%59
%47

Triadic Colors of #880238

#880238 #388802 #023888

Analogous Colors of #880238

#880238 #880f02 #88027b

Monochromatic Colors of #880238

#880238

Complementary Color

#880238 #028852

#880238 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880238 Color Preview on White Background

Lorem ipsum dolor sit amet.

#880238 Color CSS Codes

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

#880238 Text Font Color

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

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


#880238 Background Color

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

This div background color is #880238


#880238 Border Color

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

This div border color is #880238


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880238


Comments

No comments written yet.

Please login to write comment.