Color Hex Logo

#4968ee Color Hex

#4968EE
(73,104,238)
0 Favorites   0 Comments

Color spaces of #4968ee

RGB 73104238
HSL0.640.830.61
HSV229°69°93°
CMYK 0.690.560.00   0.07
XYZ23.130617.490183.0457
Yxy17.49010.18700.1414
Hunter Lab41.821225.5384-88.4593
CIE-Lab48.871732.5469-70.8847

#4968ee color RGB value is (73,104,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01101000 11101110
Octal 111 150 356
Decimal 73 104 238
Hex 49 68 EE

RGB Percentages of Color #4968ee

%17.59
%25.06
%57.35

CMYK Percentages of Color #4968ee

%69
%56
%0
%7

Triadic Colors of #4968ee

#4968ee #ee4968 #68ee49

Analogous Colors of #4968ee

#4968ee #7d49ee #49bbee

Monochromatic Colors of #4968ee

#4968ee

Complementary Color

#4968ee #eecf49

#4968ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4968ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4968ee Color CSS Codes

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

#4968ee Text Font Color

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

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


#4968ee Background Color

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

This div background color is #4968ee


#4968ee Border Color

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

This div border color is #4968ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4968ee


Comments

No comments written yet.

Please login to write comment.