Color Hex Logo

#4b58dc Color Hex

#4B58DC
(75,88,220)
0 Favorites   0 Comments

Color spaces of #4b58dc

RGB 7588220
HSL0.650.670.58
HSV235°66°86°
CMYK 0.660.600.00   0.14
XYZ19.309613.642669.3257
Yxy13.64260.18880.1334
Hunter Lab36.935928.6797-85.4274
CIE-Lab43.716036.5366-69.0994

#4b58dc color RGB value is (75,88,220).

#4b58dc hex color red value is 75, green value is 88 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4b58dc hue: 0.65 , saturation: 0.67 and the lightness value of 4b58dc is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 01011000 11011100
Octal 113 130 334
Decimal 75 88 220
Hex 4B 58 DC

RGB Percentages of Color #4b58dc

%19.58
%22.98
%57.44

CMYK Percentages of Color #4b58dc

%66
%60
%0
%14

Triadic Colors of #4b58dc

#4b58dc #dc4b58 #58dc4b

Analogous Colors of #4b58dc

#4b58dc #874bdc #4ba1dc

Monochromatic Colors of #4b58dc

#4b58dc

Complementary Color

#4b58dc #dccf4b

#4b58dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b58dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b58dc Color CSS Codes

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

#4b58dc Text Font Color

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

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


#4b58dc Background Color

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

This div background color is #4b58dc


#4b58dc Border Color

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

This div border color is #4b58dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b58dc


Comments

No comments written yet.

Please login to write comment.