Color Hex Logo

#4868ee Color Hex

#4868EE
(72,104,238)
0 Favorites   0 Comments

Color spaces of #4868ee

RGB 72104238
HSL0.630.830.61
HSV228°70°93°
CMYK 0.700.560.00   0.07
XYZ23.055417.451483.0422
Yxy17.45140.18660.1413
Hunter Lab41.774925.4075-88.6172
CIE-Lab48.823832.4146-70.9646

#4868ee color RGB value is (72,104,238).

#4868ee hex color red value is 72, green value is 104 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #4868ee hue: 0.63 , saturation: 0.83 and the lightness value of 4868ee is 0.61.

The process color (four color CMYK) of #4868ee color hex is 0.70, 0.56, 0.00, 0.07. Web safe color of #4868ee is #3366ff. Color #4868ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101000 11101110
Octal 110 150 356
Decimal 72 104 238
Hex 48 68 EE

RGB Percentages of Color #4868ee

%17.39
%25.12
%57.49

CMYK Percentages of Color #4868ee

%70
%56
%0
%7

Triadic Colors of #4868ee

#4868ee #ee4868 #68ee48

Analogous Colors of #4868ee

#4868ee #7b48ee #48bbee

Monochromatic Colors of #4868ee

#4868ee

Complementary Color

#4868ee #eece48

#4868ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4868ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4868ee Color CSS Codes

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

#4868ee Text Font Color

<p style="color:#4868ee">Text here</p>

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


#4868ee Background Color

<div style="background-color:#4868ee">
Div content here</div>

This div background color is #4868ee


#4868ee Border Color

<div style="border:3px solid #4868ee">
Div here</div>

This div border color is #4868ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,104,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4868ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4868ee;
  -webkit-box-shadow: 1px 1px 3px 2px #4868ee;
  box-shadow:         1px 1px 3px 2px #4868ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,104,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4868ee


Comments

No comments written yet.

Please login to write comment.