Color Hex Logo

#4b5dfc Color Hex

#4B5DFC
(75,93,252)
0 Favorites   0 Comments

Color spaces of #4b5dfc

RGB 7593252
HSL0.650.970.64
HSV234°70°99°
CMYK 0.700.630.00   0.01
XYZ24.386716.352893.9666
Yxy16.35280.18100.1214
Hunter Lab40.438636.8778-109.4643
CIE-Lab47.434044.2954-81.0460

#4b5dfc color RGB value is (75,93,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 01011101 11111100
Octal 113 135 374
Decimal 75 93 252
Hex 4B 5D FC

RGB Percentages of Color #4b5dfc

%17.86
%22.14
%60.00

CMYK Percentages of Color #4b5dfc

%70
%63
%0
%1

Triadic Colors of #4b5dfc

#4b5dfc #fc4b5d #5dfc4b

Analogous Colors of #4b5dfc

#4b5dfc #924bfc #4bb6fc

Monochromatic Colors of #4b5dfc

#4b5dfc

Complementary Color

#4b5dfc #fcea4b

#4b5dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b5dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b5dfc Color CSS Codes

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

#4b5dfc Text Font Color

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

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


#4b5dfc Background Color

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

This div background color is #4b5dfc


#4b5dfc Border Color

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

This div border color is #4b5dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b5dfc

Related Colors


Comments

No comments written yet.

Please login to write comment.