Color Hex Logo

#2993bf Color Hex

#2993BF
(41,147,191)
0 Favorites   0 Comments

Color spaces of #2993bf

RGB 41147191
HSL0.550.650.45
HSV198°79°75°
CMYK 0.790.230.00   0.25
XYZ20.752125.100453.0413
Yxy25.10040.20980.2538
Hunter Lab50.1003-13.7388-27.7002
CIE-Lab57.1731-14.3241-31.2068

#2993bf color RGB value is (41,147,191).

#2993bf hex color red value is 41, green value is 147 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #2993bf hue: 0.55 , saturation: 0.65 and the lightness value of 2993bf is 0.45.

The process color (four color CMYK) of #2993bf color hex is 0.79, 0.23, 0.00, 0.25. Web safe color of #2993bf is #3399cc. Color #2993bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10010011 10111111
Octal 51 223 277
Decimal 41 147 191
Hex 29 93 BF

RGB Percentages of Color #2993bf

%10.82
%38.79
%50.40

CMYK Percentages of Color #2993bf

%79
%23
%0
%25

Triadic Colors of #2993bf

#2993bf #bf2993 #93bf29

Analogous Colors of #2993bf

#2993bf #2948bf #29bfa0

Monochromatic Colors of #2993bf

#2993bf

Complementary Color

#2993bf #bf5529

#2993bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2993bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#2993bf Color CSS Codes

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

#2993bf Text Font Color

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

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


#2993bf Background Color

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

This div background color is #2993bf


#2993bf Border Color

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

This div border color is #2993bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2993bf


Comments

No comments written yet.

Please login to write comment.