Color Hex Logo

#0844ee Color Hex

#0844EE
(8,68,238)
0 Favorites   0 Comments

Color spaces of #0844ee

RGB 868238
HSL0.620.930.48
HSV224°97°93°
CMYK 0.970.710.00   0.07
XYZ17.599910.358981.9608
Yxy10.35890.16010.0942
Hunter Lab32.185241.2852-128.4543
CIE-Lab38.479050.1651-88.0039

#0844ee color RGB value is (8,68,238).

#0844ee hex color red value is 8, green value is 68 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #0844ee hue: 0.62 , saturation: 0.93 and the lightness value of 0844ee is 0.48.

The process color (four color CMYK) of #0844ee color hex is 0.97, 0.71, 0.00, 0.07. Web safe color of #0844ee is #0033ff. Color #0844ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01000100 11101110
Octal 10 104 356
Decimal 8 68 238
Hex 8 44 EE

RGB Percentages of Color #0844ee

%2.55
%21.66
%75.80

CMYK Percentages of Color #0844ee

%97
%71
%0
%7

Triadic Colors of #0844ee

#0844ee #ee0844 #44ee08

Analogous Colors of #0844ee

#0844ee #3f08ee #08b7ee

Monochromatic Colors of #0844ee

#0844ee

Complementary Color

#0844ee #eeb208

#0844ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0844ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#0844ee Color CSS Codes

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

#0844ee Text Font Color

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

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


#0844ee Background Color

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

This div background color is #0844ee


#0844ee Border Color

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

This div border color is #0844ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0844ee


Comments

No comments written yet.

Please login to write comment.