Color Hex Logo

#4d3bfc Color Hex

#4D3BFC
(77,59,252)
0 Favorites   0 Comments

Color spaces of #4d3bfc

RGB 7759252
HSL0.680.970.61
HSV246°77°99°
CMYK 0.690.770.00   0.01
XYZ22.195211.734093.1905
Yxy11.73400.17460.0923
Hunter Lab34.254955.7115-137.3199
CIE-Lab40.790263.1151-91.9752

#4d3bfc color RGB value is (77,59,252).

#4d3bfc hex color red value is 77, green value is 59 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #4d3bfc hue: 0.68 , saturation: 0.97 and the lightness value of 4d3bfc is 0.61.

The process color (four color CMYK) of #4d3bfc color hex is 0.69, 0.77, 0.00, 0.01. Web safe color of #4d3bfc is #6633ff. Color #4d3bfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 00111011 11111100
Octal 115 73 374
Decimal 77 59 252
Hex 4D 3B FC

RGB Percentages of Color #4d3bfc

%19.85
%15.21
%64.95

CMYK Percentages of Color #4d3bfc

%69
%77
%0
%1

Triadic Colors of #4d3bfc

#4d3bfc #fc4d3b #3bfc4d

Analogous Colors of #4d3bfc

#4d3bfc #ae3bfc #3b8afc

Monochromatic Colors of #4d3bfc

#4d3bfc

Complementary Color

#4d3bfc #eafc3b

#4d3bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d3bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d3bfc Color CSS Codes

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

#4d3bfc Text Font Color

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

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


#4d3bfc Background Color

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

This div background color is #4d3bfc


#4d3bfc Border Color

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

This div border color is #4d3bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d3bfc


Comments

No comments written yet.

Please login to write comment.