Color Hex Logo

#803258 Color Hex

#803258
(128,50,88)
0 Favorites   0 Comments

Color spaces of #803258

RGB 1285088
HSL0.920.440.35
HSV331°61°50°
CMYK 0.000.610.31   0.50
XYZ11.80417.575010.0725
Yxy7.57500.40080.2572
Hunter Lab27.522728.3913-2.4325
CIE-Lab33.081637.9016-5.8294

#803258 color RGB value is (128,50,88).

#803258 hex color red value is 128, green value is 50 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #803258 hue: 0.92 , saturation: 0.44 and the lightness value of 803258 is 0.35.

The process color (four color CMYK) of #803258 color hex is 0.00, 0.61, 0.31, 0.50. Web safe color of #803258 is #993366. Color #803258 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110010 01011000
Octal 200 62 130
Decimal 128 50 88
Hex 80 32 58

RGB Percentages of Color #803258

%48.12
%18.80
%33.08

CMYK Percentages of Color #803258

%0
%61
%31
%50

Triadic Colors of #803258

#803258 #588032 #325880

Analogous Colors of #803258

#803258 #803332 #80327f

Monochromatic Colors of #803258

#803258

Complementary Color

#803258 #32805a

#803258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#803258 Color CSS Codes

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

#803258 Text Font Color

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

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


#803258 Background Color

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

This div background color is #803258


#803258 Border Color

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

This div border color is #803258


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,50,88, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #803258; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #803258;
  -webkit-box-shadow: 1px 1px 3px 2px #803258;
  box-shadow:         1px 1px 3px 2px #803258; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803258


Comments

No comments written yet.

Please login to write comment.