Color Hex Logo

#4b3ada Color Hex

#4B3ADA
(75,58,218)
0 Favorites   0 Comments

Color spaces of #4b3ada

RGB 7558218
HSL0.680.680.54
HSV246°73°85°
CMYK 0.660.730.00   0.15
XYZ17.06969.583967.2799
Yxy9.58390.18170.1020
Hunter Lab30.957944.2453-107.1828
CIE-Lab37.085053.2821-78.8226

#4b3ada color RGB value is (75,58,218).

#4b3ada hex color red value is 75, green value is 58 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #4b3ada hue: 0.68 , saturation: 0.68 and the lightness value of 4b3ada is 0.54.

The process color (four color CMYK) of #4b3ada color hex is 0.66, 0.73, 0.00, 0.15. Web safe color of #4b3ada is #3333cc. Color #4b3ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 00111010 11011010
Octal 113 72 332
Decimal 75 58 218
Hex 4B 3A DA

RGB Percentages of Color #4b3ada

%21.37
%16.52
%62.11

CMYK Percentages of Color #4b3ada

%66
%73
%0
%15

Triadic Colors of #4b3ada

#4b3ada #da4b3a #3ada4b

Analogous Colors of #4b3ada

#4b3ada #9b3ada #3a79da

Monochromatic Colors of #4b3ada

#4b3ada

Complementary Color

#4b3ada #c9da3a

#4b3ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b3ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b3ada Color CSS Codes

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

#4b3ada Text Font Color

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

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


#4b3ada Background Color

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

This div background color is #4b3ada


#4b3ada Border Color

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

This div border color is #4b3ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b3ada


Comments

No comments written yet.

Please login to write comment.