Color Hex Logo

#4b0adc Color Hex

#4B0ADC
(75,10,220)
0 Favorites   0 Comments

Color spaces of #4b0adc

RGB 7510220
HSL0.720.910.45
HSV259°95°86°
CMYK 0.660.950.00   0.14
XYZ15.92856.880268.1986
Yxy6.88020.17500.0756
Hunter Lab26.230162.4931-135.7935
CIE-Lab31.532670.7834-89.1676

#4b0adc color RGB value is (75,10,220).

#4b0adc hex color red value is 75, green value is 10 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4b0adc hue: 0.72 , saturation: 0.91 and the lightness value of 4b0adc is 0.45.

The process color (four color CMYK) of #4b0adc color hex is 0.66, 0.95, 0.00, 0.14. Web safe color of #4b0adc is #3300cc. Color #4b0adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 00001010 11011100
Octal 113 12 334
Decimal 75 10 220
Hex 4B A DC

RGB Percentages of Color #4b0adc

%24.59
%3.28
%72.13

CMYK Percentages of Color #4b0adc

%66
%95
%0
%14

Triadic Colors of #4b0adc

#4b0adc #dc4b0a #0adc4b

Analogous Colors of #4b0adc

#4b0adc #b40adc #0a32dc

Monochromatic Colors of #4b0adc

#4b0adc

Complementary Color

#4b0adc #9bdc0a

#4b0adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b0adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b0adc Color CSS Codes

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

#4b0adc Text Font Color

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

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


#4b0adc Background Color

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

This div background color is #4b0adc


#4b0adc Border Color

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

This div border color is #4b0adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b0adc


Comments

No comments written yet.

Please login to write comment.