Color Hex Logo

#2241ee Color Hex

#2241EE
(34,65,238)
0 Favorites   0 Comments

Color spaces of #2241ee

RGB 3465238
HSL0.640.860.53
HSV231°86°93°
CMYK 0.860.730.00   0.07
XYZ17.982610.293781.9280
Yxy10.29370.16320.0934
Hunter Lab32.083843.9006-128.9421
CIE-Lab38.364552.7097-88.1771

#2241ee color RGB value is (34,65,238).

#2241ee hex color red value is 34, green value is 65 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #2241ee hue: 0.64 , saturation: 0.86 and the lightness value of 2241ee is 0.53.

The process color (four color CMYK) of #2241ee color hex is 0.86, 0.73, 0.00, 0.07. Web safe color of #2241ee is #3333ff. Color #2241ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 01000001 11101110
Octal 42 101 356
Decimal 34 65 238
Hex 22 41 EE

RGB Percentages of Color #2241ee

%10.09
%19.29
%70.62

CMYK Percentages of Color #2241ee

%86
%73
%0
%7

Triadic Colors of #2241ee

#2241ee #ee2241 #41ee22

Analogous Colors of #2241ee

#2241ee #6922ee #22a7ee

Monochromatic Colors of #2241ee

#2241ee

Complementary Color

#2241ee #eecf22

#2241ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2241ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#2241ee Color CSS Codes

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

#2241ee Text Font Color

<p style="color:#2241ee">Text here</p>

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


#2241ee Background Color

<div style="background-color:#2241ee">
Div content here</div>

This div background color is #2241ee


#2241ee Border Color

<div style="border:3px solid #2241ee">
Div here</div>

This div border color is #2241ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(34,65,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2241ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2241ee;
  -webkit-box-shadow: 1px 1px 3px 2px #2241ee;
  box-shadow:         1px 1px 3px 2px #2241ee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2241ee


Comments

No comments written yet.

Please login to write comment.