Color Hex Logo

#484258 Color Hex

#484258
(72,66,88)
0 Favorites   0 Comments

Color spaces of #484258

RGB 726688
HSL0.710.140.30
HSV256°25°35°
CMYK 0.180.250.00   0.65
XYZ6.38225.978710.0502
Yxy5.97870.28480.2668
Hunter Lab24.45143.8014-7.2539
CIE-Lab29.35877.7152-12.1815

#484258 color RGB value is (72,66,88).

#484258 hex color red value is 72, green value is 66 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #484258 hue: 0.71 , saturation: 0.14 and the lightness value of 484258 is 0.30.

The process color (four color CMYK) of #484258 color hex is 0.18, 0.25, 0.00, 0.65. Web safe color of #484258 is #333366. Color #484258 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000010 01011000
Octal 110 102 130
Decimal 72 66 88
Hex 48 42 58

RGB Percentages of Color #484258

%31.86
%29.20
%38.94

CMYK Percentages of Color #484258

%18
%25
%0
%65

Triadic Colors of #484258

#484258 #584842 #425848

Analogous Colors of #484258

#484258 #534258 #424758

Monochromatic Colors of #484258

#484258

Complementary Color

#484258 #525842

#484258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#484258 Color CSS Codes

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

#484258 Text Font Color

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

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


#484258 Background Color

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

This div background color is #484258


#484258 Border Color

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

This div border color is #484258


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,66,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 #484258">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484258


Comments

No comments written yet.

Please login to write comment.