Color Hex Logo

#484367 Color Hex

#484367
(72,67,103)
0 Favorites   0 Comments

Color spaces of #484367

RGB 7267103
HSL0.690.210.33
HSV248°35°40°
CMYK 0.300.350.00   0.60
XYZ7.12786.371313.6861
Yxy6.37130.26220.2344
Hunter Lab25.24146.2332-14.4785
CIE-Lab30.330511.1504-20.3049

#484367 color RGB value is (72,67,103).

#484367 hex color red value is 72, green value is 67 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #484367 hue: 0.69 , saturation: 0.21 and the lightness value of 484367 is 0.33.

The process color (four color CMYK) of #484367 color hex is 0.30, 0.35, 0.00, 0.60. Web safe color of #484367 is #333366. Color #484367 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000011 01100111
Octal 110 103 147
Decimal 72 67 103
Hex 48 43 67

RGB Percentages of Color #484367

%29.75
%27.69
%42.56

CMYK Percentages of Color #484367

%30
%35
%0
%60

Triadic Colors of #484367

#484367 #674843 #436748

Analogous Colors of #484367

#484367 #5a4367 #435067

Monochromatic Colors of #484367

#484367

Complementary Color

#484367 #626743

#484367 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484367 Color Preview on White Background

Lorem ipsum dolor sit amet.

#484367 Color CSS Codes

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

#484367 Text Font Color

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

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


#484367 Background Color

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

This div background color is #484367


#484367 Border Color

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

This div border color is #484367


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484367


Comments

No comments written yet.

Please login to write comment.