Color Hex Logo

#4d03fa Color Hex

#4D03FA
(77,3,250)
0 Favorites   0 Comments

Color spaces of #4d03fa

RGB 773250
HSL0.720.980.50
HSV258°99°98°
CMYK 0.690.990.00   0.02
XYZ20.34848.545091.0194
Yxy8.54500.16970.0713
Hunter Lab29.231873.0989-164.1495
CIE-Lab35.093178.8833-100.3116

#4d03fa color RGB value is (77,3,250).

#4d03fa hex color red value is 77, green value is 3 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #4d03fa hue: 0.72 , saturation: 0.98 and the lightness value of 4d03fa is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 00000011 11111010
Octal 115 3 372
Decimal 77 3 250
Hex 4D 3 FA

RGB Percentages of Color #4d03fa

%23.33
%0.91
%75.76

CMYK Percentages of Color #4d03fa

%69
%99
%0
%2

Triadic Colors of #4d03fa

#4d03fa #fa4d03 #03fa4d

Analogous Colors of #4d03fa

#4d03fa #c903fa #0334fa

Monochromatic Colors of #4d03fa

#4d03fa

Complementary Color

#4d03fa #b0fa03

#4d03fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d03fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d03fa Color CSS Codes

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

#4d03fa Text Font Color

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

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


#4d03fa Background Color

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

This div background color is #4d03fa


#4d03fa Border Color

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

This div border color is #4d03fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d03fa

#4d03fa Color Palettes


Comments

No comments written yet.

Please login to write comment.