Color Hex Logo

#468ce1 Color Hex

#468CE1
(70,140,225)
0 Favorites   0 Comments

Color spaces of #468ce1

RGB 70140225
HSL0.590.720.58
HSV213°69°88°
CMYK 0.690.380.00   0.12
XYZ25.494525.494574.8114
Yxy25.49450.20270.2027
Hunter Lab50.49211.7672-52.5024
CIE-Lab57.55415.4142-49.6641

#468ce1 color RGB value is (70,140,225).

#468ce1 hex color red value is 70, green value is 140 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #468ce1 hue: 0.59 , saturation: 0.72 and the lightness value of 468ce1 is 0.58.

The process color (four color CMYK) of #468ce1 color hex is 0.69, 0.38, 0.00, 0.12. Web safe color of #468ce1 is #3399cc. Color #468ce1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10001100 11100001
Octal 106 214 341
Decimal 70 140 225
Hex 46 8C E1

RGB Percentages of Color #468ce1

%16.09
%32.18
%51.72

CMYK Percentages of Color #468ce1

%69
%38
%0
%12

Triadic Colors of #468ce1

#468ce1 #e1468c #8ce146

Analogous Colors of #468ce1

#468ce1 #4d46e1 #46dae1

Monochromatic Colors of #468ce1

#468ce1

Complementary Color

#468ce1 #e19b46

#468ce1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468ce1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#468ce1 Color CSS Codes

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

#468ce1 Text Font Color

<p style="color:#468ce1">Text here</p>

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


#468ce1 Background Color

<div style="background-color:#468ce1">
Div content here</div>

This div background color is #468ce1


#468ce1 Border Color

<div style="border:3px solid #468ce1">
Div here</div>

This div border color is #468ce1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,140,225, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #468ce1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #468ce1;
  -webkit-box-shadow: 1px 1px 3px 2px #468ce1;
  box-shadow:         1px 1px 3px 2px #468ce1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,140,225, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468ce1


Comments

No comments written yet.

Please login to write comment.