Color Hex Logo

#293ede Color Hex

#293EDE
(41,62,222)
0 Favorites   0 Comments

Color spaces of #293ede

RGB 4162222
HSL0.650.730.52
HSV233°82°87°
CMYK 0.820.720.00   0.13
XYZ15.82199.190670.0473
Yxy9.19060.16640.0967
Hunter Lab30.316040.1060-115.7726
CIE-Lab36.348749.4080-82.3965

#293ede color RGB value is (41,62,222).

#293ede hex color red value is 41, green value is 62 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #293ede hue: 0.65 , saturation: 0.73 and the lightness value of 293ede is 0.52.

The process color (four color CMYK) of #293ede color hex is 0.82, 0.72, 0.00, 0.13. Web safe color of #293ede is #3333cc. Color #293ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00111110 11011110
Octal 51 76 336
Decimal 41 62 222
Hex 29 3E DE

RGB Percentages of Color #293ede

%12.62
%19.08
%68.31

CMYK Percentages of Color #293ede

%82
%72
%0
%13

Triadic Colors of #293ede

#293ede #de293e #3ede29

Analogous Colors of #293ede

#293ede #6f29de #2999de

Monochromatic Colors of #293ede

#293ede

Complementary Color

#293ede #dec929

#293ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#293ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#293ede Color CSS Codes

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

#293ede Text Font Color

<p style="color:#293ede">Text here</p>

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


#293ede Background Color

<div style="background-color:#293ede">
Div content here</div>

This div background color is #293ede


#293ede Border Color

<div style="border:3px solid #293ede">
Div here</div>

This div border color is #293ede


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,62,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #293ede; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #293ede;
  -webkit-box-shadow: 1px 1px 3px 2px #293ede;
  box-shadow:         1px 1px 3px 2px #293ede; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #293ede


Comments

No comments written yet.

Please login to write comment.