Color Hex Logo

#4d58fb Color Hex

#4D58FB
(77,88,251)
0 Favorites   0 Comments

Color spaces of #4d58fb

RGB 7788251
HSL0.660.960.64
HSV236°69°98°
CMYK 0.690.650.00   0.02
XYZ23.962915.522392.9999
Yxy15.52230.18090.1172
Hunter Lab39.398439.6203-112.3753
CIE-Lab46.341447.1536-82.2746

#4d58fb color RGB value is (77,88,251).

#4d58fb hex color red value is 77, green value is 88 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #4d58fb hue: 0.66 , saturation: 0.96 and the lightness value of 4d58fb is 0.64.

The process color (four color CMYK) of #4d58fb color hex is 0.69, 0.65, 0.00, 0.02. Web safe color of #4d58fb is #6666ff. Color #4d58fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 01011000 11111011
Octal 115 130 373
Decimal 77 88 251
Hex 4D 58 FB

RGB Percentages of Color #4d58fb

%18.51
%21.15
%60.34

CMYK Percentages of Color #4d58fb

%69
%65
%0
%2

Triadic Colors of #4d58fb

#4d58fb #fb4d58 #58fb4d

Analogous Colors of #4d58fb

#4d58fb #994dfb #4daffb

Monochromatic Colors of #4d58fb

#4d58fb

Complementary Color

#4d58fb #fbf04d

#4d58fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d58fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d58fb Color CSS Codes

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

#4d58fb Text Font Color

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

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


#4d58fb Background Color

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

This div background color is #4d58fb


#4d58fb Border Color

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

This div border color is #4d58fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,88,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d58fb


Comments

No comments written yet.

Please login to write comment.