Color Hex Logo

#223eea Color Hex

#223EEA
(34,62,234)
0 Favorites   0 Comments

Color spaces of #223eea

RGB 3462234
HSL0.640.830.53
HSV232°85°92°
CMYK 0.850.740.00   0.08
XYZ17.23369.725878.8109
Yxy9.72580.16290.0920
Hunter Lab31.186244.0638-128.0018
CIE-Lab37.345753.0589-87.5966

#223eea color RGB value is (34,62,234).

#223eea hex color red value is 34, green value is 62 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #223eea hue: 0.64 , saturation: 0.83 and the lightness value of 223eea is 0.53.

The process color (four color CMYK) of #223eea color hex is 0.85, 0.74, 0.00, 0.08. Web safe color of #223eea is #3333ff. Color #223eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 00111110 11101010
Octal 42 76 352
Decimal 34 62 234
Hex 22 3E EA

RGB Percentages of Color #223eea

%10.30
%18.79
%70.91

CMYK Percentages of Color #223eea

%85
%74
%0
%8

Triadic Colors of #223eea

#223eea #ea223e #3eea22

Analogous Colors of #223eea

#223eea #6a22ea #22a2ea

Monochromatic Colors of #223eea

#223eea

Complementary Color

#223eea #eace22

#223eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#223eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#223eea Color CSS Codes

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

#223eea Text Font Color

<p style="color:#223eea">Text here</p>

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


#223eea Background Color

<div style="background-color:#223eea">
Div content here</div>

This div background color is #223eea


#223eea Border Color

<div style="border:3px solid #223eea">
Div here</div>

This div border color is #223eea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(34,62,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #223eea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #223eea;
  -webkit-box-shadow: 1px 1px 3px 2px #223eea;
  box-shadow:         1px 1px 3px 2px #223eea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(34,62,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #223eea


Comments

No comments written yet.

Please login to write comment.