Color Hex Logo

#4842fb Color Hex

#4842FB
(72,66,251)
0 Favorites   0 Comments

Color spaces of #4842fb

RGB 7266251
HSL0.670.960.62
HSV242°74°98°
CMYK 0.710.740.00   0.02
XYZ22.033312.239292.4679
Yxy12.23920.17380.0966
Hunter Lab34.984651.1964-132.2205
CIE-Lab41.593858.9008-90.0976

#4842fb color RGB value is (72,66,251).

#4842fb hex color red value is 72, green value is 66 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #4842fb hue: 0.67 , saturation: 0.96 and the lightness value of 4842fb is 0.62.

The process color (four color CMYK) of #4842fb color hex is 0.71, 0.74, 0.00, 0.02. Web safe color of #4842fb is #3333ff. Color #4842fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000010 11111011
Octal 110 102 373
Decimal 72 66 251
Hex 48 42 FB

RGB Percentages of Color #4842fb

%18.51
%16.97
%64.52

CMYK Percentages of Color #4842fb

%71
%74
%0
%2

Triadic Colors of #4842fb

#4842fb #fb4842 #42fb48

Analogous Colors of #4842fb

#4842fb #a542fb #4299fb

Monochromatic Colors of #4842fb

#4842fb

Complementary Color

#4842fb #f5fb42

#4842fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4842fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4842fb Color CSS Codes

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

#4842fb Text Font Color

<p style="color:#4842fb">Text here</p>

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


#4842fb Background Color

<div style="background-color:#4842fb">
Div content here</div>

This div background color is #4842fb


#4842fb Border Color

<div style="border:3px solid #4842fb">
Div here</div>

This div border color is #4842fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,66,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4842fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4842fb;
  -webkit-box-shadow: 1px 1px 3px 2px #4842fb;
  box-shadow:         1px 1px 3px 2px #4842fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,66,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 #4842fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4842fb


Comments

No comments written yet.

Please login to write comment.