Color Hex Logo

#4b2567 Color Hex

#4B2567
(75,37,103)
0 Favorites   0 Comments

Color spaces of #4b2567

RGB 7537103
HSL0.760.470.27
HSV275°64°40°
CMYK 0.270.640.00   0.60
XYZ6.01143.798313.2483
Yxy3.79830.26070.1647
Hunter Lab19.489220.9517-26.6614
CIE-Lab22.993131.1384-31.8758

#4b2567 color RGB value is (75,37,103).

#4b2567 hex color red value is 75, green value is 37 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #4b2567 hue: 0.76 , saturation: 0.47 and the lightness value of 4b2567 is 0.27.

The process color (four color CMYK) of #4b2567 color hex is 0.27, 0.64, 0.00, 0.60. Web safe color of #4b2567 is #333366. Color #4b2567 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 00100101 01100111
Octal 113 45 147
Decimal 75 37 103
Hex 4B 25 67

RGB Percentages of Color #4b2567

%34.88
%17.21
%47.91

CMYK Percentages of Color #4b2567

%27
%64
%0
%60

Triadic Colors of #4b2567

#4b2567 #674b25 #25674b

Analogous Colors of #4b2567

#4b2567 #672562 #2a2567

Monochromatic Colors of #4b2567

#4b2567

Complementary Color

#4b2567 #416725

#4b2567 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b2567 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b2567 Color CSS Codes

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

#4b2567 Text Font Color

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

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


#4b2567 Background Color

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

This div background color is #4b2567


#4b2567 Border Color

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

This div border color is #4b2567


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b2567


Comments

No comments written yet.

Please login to write comment.