Color Hex Logo

#4b5dfe Color Hex

#4B5DFE
(75,93,254)
0 Favorites   0 Comments

Color spaces of #4b5dfe

RGB 7593254
HSL0.650.990.65
HSV234°70°100°
CMYK 0.700.630.00   0.00
XYZ24.705416.480395.6448
Yxy16.48030.18060.1204
Hunter Lab40.595937.5866-111.2712
CIE-Lab47.598444.9647-81.8894

#4b5dfe color RGB value is (75,93,254).

#4b5dfe hex color red value is 75, green value is 93 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #4b5dfe hue: 0.65 , saturation: 0.99 and the lightness value of 4b5dfe is 0.65.

The process color (four color CMYK) of #4b5dfe color hex is 0.70, 0.63, 0.00, 0.00. Web safe color of #4b5dfe is #3366ff. Color #4b5dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01011101 11111110
Octal 113 135 376
Decimal 75 93 254
Hex 4B 5D FE

RGB Percentages of Color #4b5dfe

%17.77
%22.04
%60.19

CMYK Percentages of Color #4b5dfe

%70
%63
%0
%0

Triadic Colors of #4b5dfe

#4b5dfe #fe4b5d #5dfe4b

Analogous Colors of #4b5dfe

#4b5dfe #934bfe #4bb7fe

Monochromatic Colors of #4b5dfe

#4b5dfe

Complementary Color

#4b5dfe #feec4b

#4b5dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b5dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b5dfe Color CSS Codes

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

#4b5dfe Text Font Color

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

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


#4b5dfe Background Color

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

This div background color is #4b5dfe


#4b5dfe Border Color

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

This div border color is #4b5dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b5dfe


Comments

No comments written yet.

Please login to write comment.