Color Hex Logo

#88303f Color Hex

#88303F
(136,48,63)
0 Favorites   0 Comments

Color spaces of #88303f

RGB 1364863
HSL0.970.480.36
HSV350°65°53°
CMYK 0.000.650.54   0.47
XYZ12.10757.70705.5521
Yxy7.70700.47730.3038
Hunter Lab27.761529.26597.5755
CIE-Lab33.365138.799110.9478

#88303f color RGB value is (136,48,63).

#88303f hex color red value is 136, green value is 48 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #88303f hue: 0.97 , saturation: 0.48 and the lightness value of 88303f is 0.36.

The process color (four color CMYK) of #88303f color hex is 0.00, 0.65, 0.54, 0.47. Web safe color of #88303f is #993333. Color #88303f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00110000 00111111
Octal 210 60 77
Decimal 136 48 63
Hex 88 30 3F

RGB Percentages of Color #88303f

%55.06
%19.43
%25.51

CMYK Percentages of Color #88303f

%0
%65
%54
%47

Triadic Colors of #88303f

#88303f #3f8830 #303f88

Analogous Colors of #88303f

#88303f #884d30 #88306b

Monochromatic Colors of #88303f

#88303f

Complementary Color

#88303f #308879

#88303f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88303f Color Preview on White Background

Lorem ipsum dolor sit amet.

#88303f Color CSS Codes

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

#88303f Text Font Color

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

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


#88303f Background Color

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

This div background color is #88303f


#88303f Border Color

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

This div border color is #88303f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88303f


Comments

No comments written yet.

Please login to write comment.