Color Hex Logo

#4d08bf Color Hex

#4D08BF
(77,8,191)
0 Favorites   0 Comments

Color spaces of #4d08bf

RGB 778191
HSL0.730.920.39
HSV263°96°75°
CMYK 0.600.960.00   0.25
XYZ12.55145.513049.6928
Yxy5.51300.18520.0814
Hunter Lab23.479854.3297-109.0460
CIE-Lab28.149064.3200-77.8647

#4d08bf color RGB value is (77,8,191).

#4d08bf hex color red value is 77, green value is 8 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #4d08bf hue: 0.73 , saturation: 0.92 and the lightness value of 4d08bf is 0.39.

The process color (four color CMYK) of #4d08bf color hex is 0.60, 0.96, 0.00, 0.25. Web safe color of #4d08bf is #6600cc. Color #4d08bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 00001000 10111111
Octal 115 10 277
Decimal 77 8 191
Hex 4D 8 BF

RGB Percentages of Color #4d08bf

%27.90
%2.90
%69.20

CMYK Percentages of Color #4d08bf

%60
%96
%0
%25

Triadic Colors of #4d08bf

#4d08bf #bf4d08 #08bf4d

Analogous Colors of #4d08bf

#4d08bf #a908bf #081ebf

Monochromatic Colors of #4d08bf

#4d08bf

Complementary Color

#4d08bf #7abf08

#4d08bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d08bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d08bf Color CSS Codes

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

#4d08bf Text Font Color

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

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


#4d08bf Background Color

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

This div background color is #4d08bf


#4d08bf Border Color

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

This div border color is #4d08bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d08bf


Comments

No comments written yet.

Please login to write comment.