Color Hex Logo

#4b0d66 Color Hex

#4B0D66
(75,13,102)
0 Favorites   0 Comments

Color spaces of #4b0d66

RGB 7513102
HSL0.780.770.23
HSV282°87°40°
CMYK 0.260.870.00   0.60
XYZ5.44382.743012.8129
Yxy2.74300.25920.1306
Hunter Lab16.562029.6880-34.2752
CIE-Lab18.983841.9417-37.6906

#4b0d66 color RGB value is (75,13,102).

#4b0d66 hex color red value is 75, green value is 13 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #4b0d66 hue: 0.78 , saturation: 0.77 and the lightness value of 4b0d66 is 0.23.

The process color (four color CMYK) of #4b0d66 color hex is 0.26, 0.87, 0.00, 0.60. Web safe color of #4b0d66 is #330066. Color #4b0d66 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 00001101 01100110
Octal 113 15 146
Decimal 75 13 102
Hex 4B D 66

RGB Percentages of Color #4b0d66

%39.47
%6.84
%53.68

CMYK Percentages of Color #4b0d66

%26
%87
%0
%60

Triadic Colors of #4b0d66

#4b0d66 #664b0d #0d664b

Analogous Colors of #4b0d66

#4b0d66 #660d54 #1f0d66

Monochromatic Colors of #4b0d66

#4b0d66

Complementary Color

#4b0d66 #28660d

#4b0d66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b0d66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b0d66 Color CSS Codes

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

#4b0d66 Text Font Color

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

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


#4b0d66 Background Color

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

This div background color is #4b0d66


#4b0d66 Border Color

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

This div border color is #4b0d66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b0d66


Comments

No comments written yet.

Please login to write comment.