Color Hex Logo

#4b005d Color Hex

#4B005D
(75,0,93)
0 Favorites   0 Comments

Color spaces of #4b005d

RGB 75093
HSL0.801.000.18
HSV288°100°36°
CMYK 0.191.000.00   0.64
XYZ4.87742.286210.5401
Yxy2.28620.27550.1291
Hunter Lab15.120231.1194-30.7462
CIE-Lab16.922743.8949-35.0681

#4b005d color RGB value is (75,0,93).

#4b005d hex color red value is 75, green value is 0 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #4b005d hue: 0.80 , saturation: 1.00 and the lightness value of 4b005d is 0.18.

The process color (four color CMYK) of #4b005d color hex is 0.19, 1.00, 0.00, 0.64. Web safe color of #4b005d is #330066. Color #4b005d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 00000000 01011101
Octal 113 0 135
Decimal 75 0 93
Hex 4B 0 5D

RGB Percentages of Color #4b005d

%44.64
%0.00
%55.36

CMYK Percentages of Color #4b005d

%19
%100
%0
%64

Triadic Colors of #4b005d

#4b005d #5d4b00 #005d4b

Analogous Colors of #4b005d

#4b005d #5d0040 #1d005d

Monochromatic Colors of #4b005d

#4b005d

Complementary Color

#4b005d #125d00

#4b005d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b005d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b005d Color CSS Codes

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

#4b005d Text Font Color

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

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


#4b005d Background Color

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

This div background color is #4b005d


#4b005d Border Color

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

This div border color is #4b005d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,0,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b005d


Comments

No comments written yet.

Please login to write comment.