Color Hex Logo

#448ece Color Hex

#448ECE
(68,142,206)
0 Favorites   0 Comments

Color spaces of #448ece

RGB 68142206
HSL0.580.580.54
HSV208°67°81°
CMYK 0.670.310.00   0.19
XYZ23.197525.031262.0014
Yxy25.03120.21040.2271
Hunter Lab50.0312-4.7911-38.4536
CIE-Lab57.1058-2.6442-39.7272

#448ece color RGB value is (68,142,206).

#448ece hex color red value is 68, green value is 142 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #448ece hue: 0.58 , saturation: 0.58 and the lightness value of 448ece is 0.54.

The process color (four color CMYK) of #448ece color hex is 0.67, 0.31, 0.00, 0.19. Web safe color of #448ece is #3399cc. Color #448ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10001110 11001110
Octal 104 216 316
Decimal 68 142 206
Hex 44 8E CE

RGB Percentages of Color #448ece

%16.35
%34.13
%49.52

CMYK Percentages of Color #448ece

%67
%31
%0
%19

Triadic Colors of #448ece

#448ece #ce448e #8ece44

Analogous Colors of #448ece

#448ece #4449ce #44cec9

Monochromatic Colors of #448ece

#448ece

Complementary Color

#448ece #ce8444

#448ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#448ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#448ece Color CSS Codes

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

#448ece Text Font Color

<p style="color:#448ece">Text here</p>

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


#448ece Background Color

<div style="background-color:#448ece">
Div content here</div>

This div background color is #448ece


#448ece Border Color

<div style="border:3px solid #448ece">
Div here</div>

This div border color is #448ece


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,142,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #448ece; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #448ece;
  -webkit-box-shadow: 1px 1px 3px 2px #448ece;
  box-shadow:         1px 1px 3px 2px #448ece; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #448ece


Comments

No comments written yet.

Please login to write comment.