Color Hex Logo

#4c59fd Color Hex

#4C59FD
(76,89,253)
0 Favorites   0 Comments

Color spaces of #4c59fd

RGB 7689253
HSL0.650.980.65
HSV236°70°99°
CMYK 0.700.650.00   0.01
XYZ24.282515.773194.6932
Yxy15.77310.18020.1171
Hunter Lab39.715439.6354-113.5642
CIE-Lab46.675447.1121-82.8435

#4c59fd color RGB value is (76,89,253).

#4c59fd hex color red value is 76, green value is 89 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #4c59fd hue: 0.65 , saturation: 0.98 and the lightness value of 4c59fd is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 01011001 11111101
Octal 114 131 375
Decimal 76 89 253
Hex 4C 59 FD

RGB Percentages of Color #4c59fd

%18.18
%21.29
%60.53

CMYK Percentages of Color #4c59fd

%70
%65
%0
%1

Triadic Colors of #4c59fd

#4c59fd #fd4c59 #59fd4c

Analogous Colors of #4c59fd

#4c59fd #984cfd #4cb2fd

Monochromatic Colors of #4c59fd

#4c59fd

Complementary Color

#4c59fd #fdf04c

#4c59fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c59fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c59fd Color CSS Codes

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

#4c59fd Text Font Color

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

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


#4c59fd Background Color

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

This div background color is #4c59fd


#4c59fd Border Color

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

This div border color is #4c59fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(76,89,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4c59fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4c59fd;
  -webkit-box-shadow: 1px 1px 3px 2px #4c59fd;
  box-shadow:         1px 1px 3px 2px #4c59fd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,89,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c59fd

Related Colors


Comments

No comments written yet.

Please login to write comment.