Color Hex Logo

#2993e8 Color Hex

#2993E8
(41,147,232)
0 Favorites   0 Comments

Color spaces of #2993e8

RGB 41147232
HSL0.570.810.54
HSV207°82°91°
CMYK 0.820.370.00   0.09
XYZ25.913727.165080.2215
Yxy27.16500.19440.2038
Hunter Lab52.1201-2.4612-54.7732
CIE-Lab59.12670.3933-51.1082

#2993e8 color RGB value is (41,147,232).

#2993e8 hex color red value is 41, green value is 147 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #2993e8 hue: 0.57 , saturation: 0.81 and the lightness value of 2993e8 is 0.54.

The process color (four color CMYK) of #2993e8 color hex is 0.82, 0.37, 0.00, 0.09. Web safe color of #2993e8 is #3399ff. Color #2993e8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10010011 11101000
Octal 51 223 350
Decimal 41 147 232
Hex 29 93 E8

RGB Percentages of Color #2993e8

%9.76
%35.00
%55.24

CMYK Percentages of Color #2993e8

%82
%37
%0
%9

Triadic Colors of #2993e8

#2993e8 #e82993 #93e829

Analogous Colors of #2993e8

#2993e8 #2933e8 #29e8de

Monochromatic Colors of #2993e8

#2993e8

Complementary Color

#2993e8 #e87e29

#2993e8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2993e8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2993e8 Color CSS Codes

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

#2993e8 Text Font Color

<p style="color:#2993e8">Text here</p>

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


#2993e8 Background Color

<div style="background-color:#2993e8">
Div content here</div>

This div background color is #2993e8


#2993e8 Border Color

<div style="border:3px solid #2993e8">
Div here</div>

This div border color is #2993e8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,147,232, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2993e8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2993e8;
  -webkit-box-shadow: 1px 1px 3px 2px #2993e8;
  box-shadow:         1px 1px 3px 2px #2993e8; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2993e8


Comments

No comments written yet.

Please login to write comment.