color codes Logo

#4d06fb color codes

#4D06FB
(77,6,251)
0 Favorites   0 Comments

Color spaces of #4d06fb

RGB 776251
HSL0.710.970.50
HSV257°98°98°
CMYK 0.690.980.00   0.02
XYZ20.53838.673191.8584
Yxy8.67310.16960.0716
Hunter Lab29.450172.9469-164.3174
CIE-Lab35.347178.7159-100.4507

#4d06fb color RGB value is (77,6,251).

#4d06fb hex color red value is 77, green value is 6 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #4d06fb hue: 0.71 , saturation: 0.97 and the lightness value of 4d06fb is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 00000110 11111011
Octal 115 6 373
Decimal 77 6 251
Hex 4D 6 FB

RGB Percentages of Color #4d06fb

%23.05
%1.80
%75.15

CMYK Percentages of Color #4d06fb

%69
%98
%0
%2

Triadic Colors of #4d06fb

#4d06fb #fb4d06 #06fb4d

Analogous Colors of #4d06fb

#4d06fb #c806fb #063afb

Monochromatic Colors of #4d06fb

#4d06fb

Complementary Color

#4d06fb #b4fb06

#4d06fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d06fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d06fb Color CSS Codes

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

#4d06fb Text Font Color

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

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


#4d06fb Background Color

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

This div background color is #4d06fb


#4d06fb Border Color

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

This div border color is #4d06fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d06fb


Comments

No comments written yet.

Please login to write comment.