Color Hex Logo

#2993ce Color Hex

#2993CE
(41,147,206)
0 Favorites   0 Comments

Color spaces of #2993ce

RGB 41147206
HSL0.560.670.48
HSV201°80°81°
CMYK 0.800.290.00   0.19
XYZ22.488725.795162.1862
Yxy25.79510.20360.2335
Hunter Lab50.7889-9.8429-37.0428
CIE-Lab57.8420-9.0331-38.6224

#2993ce color RGB value is (41,147,206).

#2993ce hex color red value is 41, green value is 147 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #2993ce hue: 0.56 , saturation: 0.67 and the lightness value of 2993ce is 0.48.

The process color (four color CMYK) of #2993ce color hex is 0.80, 0.29, 0.00, 0.19. Web safe color of #2993ce is #3399cc. Color #2993ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10010011 11001110
Octal 51 223 316
Decimal 41 147 206
Hex 29 93 CE

RGB Percentages of Color #2993ce

%10.41
%37.31
%52.28

CMYK Percentages of Color #2993ce

%80
%29
%0
%19

Triadic Colors of #2993ce

#2993ce #ce2993 #93ce29

Analogous Colors of #2993ce

#2993ce #2940ce #29ceb7

Monochromatic Colors of #2993ce

#2993ce

Complementary Color

#2993ce #ce6429

#2993ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2993ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#2993ce Color CSS Codes

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

#2993ce Text Font Color

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

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


#2993ce Background Color

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

This div background color is #2993ce


#2993ce Border Color

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

This div border color is #2993ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2993ce


Comments

No comments written yet.

Please login to write comment.