Color Hex Logo

#447eeb Color Hex

#447EEB
(68,126,235)
0 Favorites   0 Comments

Color spaces of #447eeb

RGB 68126235
HSL0.610.810.59
HSV219°71°92°
CMYK 0.710.460.00   0.08
XYZ24.840122.148881.5632
Yxy22.14880.19320.1723
Hunter Lab47.062511.8548-69.8107
CIE-Lab54.184517.1552-60.6308

#447eeb color RGB value is (68,126,235).

#447eeb hex color red value is 68, green value is 126 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #447eeb hue: 0.61 , saturation: 0.81 and the lightness value of 447eeb is 0.59.

The process color (four color CMYK) of #447eeb color hex is 0.71, 0.46, 0.00, 0.08. Web safe color of #447eeb is #3366ff. Color #447eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01111110 11101011
Octal 104 176 353
Decimal 68 126 235
Hex 44 7E EB

RGB Percentages of Color #447eeb

%15.85
%29.37
%54.78

CMYK Percentages of Color #447eeb

%71
%46
%0
%8

Triadic Colors of #447eeb

#447eeb #eb447e #7eeb44

Analogous Colors of #447eeb

#447eeb #5e44eb #44d2eb

Monochromatic Colors of #447eeb

#447eeb

Complementary Color

#447eeb #ebb144

#447eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#447eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#447eeb Color CSS Codes

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

#447eeb Text Font Color

<p style="color:#447eeb">Text here</p>

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


#447eeb Background Color

<div style="background-color:#447eeb">
Div content here</div>

This div background color is #447eeb


#447eeb Border Color

<div style="border:3px solid #447eeb">
Div here</div>

This div border color is #447eeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,126,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #447eeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #447eeb;
  -webkit-box-shadow: 1px 1px 3px 2px #447eeb;
  box-shadow:         1px 1px 3px 2px #447eeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,126,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #447eeb


Comments

No comments written yet.

Please login to write comment.