Color Hex Logo

#221ec5 Color Hex

#221EC5
(34,30,197)
0 Favorites   0 Comments

Color spaces of #221ec5

RGB 3430197
HSL0.670.740.45
HSV241°85°77°
CMYK 0.830.850.00   0.23
XYZ11.20205.299853.2559
Yxy5.29980.16060.0760
Hunter Lab23.021346.5696-121.0426
CIE-Lab27.572457.3327-82.4545

#221ec5 color RGB value is (34,30,197).

#221ec5 hex color red value is 34, green value is 30 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #221ec5 hue: 0.67 , saturation: 0.74 and the lightness value of 221ec5 is 0.45.

The process color (four color CMYK) of #221ec5 color hex is 0.83, 0.85, 0.00, 0.23. Web safe color of #221ec5 is #3333cc. Color #221ec5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 00011110 11000101
Octal 42 36 305
Decimal 34 30 197
Hex 22 1E C5

RGB Percentages of Color #221ec5

%13.03
%11.49
%75.48

CMYK Percentages of Color #221ec5

%83
%85
%0
%23

Triadic Colors of #221ec5

#221ec5 #c5221e #1ec522

Analogous Colors of #221ec5

#221ec5 #761ec5 #1e6ec5

Monochromatic Colors of #221ec5

#221ec5

Complementary Color

#221ec5 #c1c51e

#221ec5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#221ec5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#221ec5 Color CSS Codes

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

#221ec5 Text Font Color

<p style="color:#221ec5">Text here</p>

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


#221ec5 Background Color

<div style="background-color:#221ec5">
Div content here</div>

This div background color is #221ec5


#221ec5 Border Color

<div style="border:3px solid #221ec5">
Div here</div>

This div border color is #221ec5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(34,30,197, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #221ec5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #221ec5;
  -webkit-box-shadow: 1px 1px 3px 2px #221ec5;
  box-shadow:         1px 1px 3px 2px #221ec5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #221ec5


Comments

No comments written yet.

Please login to write comment.