Color Hex Logo

#582267 Color Hex

#582267
(88,34,103)
0 Favorites   0 Comments

Color spaces of #582267

RGB 8834103
HSL0.800.500.27
HSV287°67°40°
CMYK 0.150.670.00   0.60
XYZ7.04474.198013.2710
Yxy4.19800.28740.1713
Hunter Lab20.489025.5175-24.0606
CIE-Lab24.315536.2547-29.6523

#582267 color RGB value is (88,34,103).

#582267 hex color red value is 88, green value is 34 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #582267 hue: 0.80 , saturation: 0.50 and the lightness value of 582267 is 0.27.

The process color (four color CMYK) of #582267 color hex is 0.15, 0.67, 0.00, 0.60. Web safe color of #582267 is #663366. Color #582267 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00100010 01100111
Octal 130 42 147
Decimal 88 34 103
Hex 58 22 67

RGB Percentages of Color #582267

%39.11
%15.11
%45.78

CMYK Percentages of Color #582267

%15
%67
%0
%60

Triadic Colors of #582267

#582267 #675822 #226758

Analogous Colors of #582267

#582267 #672254 #362267

Monochromatic Colors of #582267

#582267

Complementary Color

#582267 #316722

#582267 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#582267 Color Preview on White Background

Lorem ipsum dolor sit amet.

#582267 Color CSS Codes

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

#582267 Text Font Color

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

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


#582267 Background Color

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

This div background color is #582267


#582267 Border Color

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

This div border color is #582267


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #582267


Comments

No comments written yet.

Please login to write comment.