Color Hex Logo

#2995fc Color Hex

#2995FC
(41,149,252)
0 Favorites   0 Comments

Color spaces of #2995fc

RGB 41149252
HSL0.580.970.57
HSV209°84°99°
CMYK 0.840.410.00   0.01
XYZ29.232628.994696.1513
Yxy28.99460.18940.1878
Hunter Lab53.84662.6736-68.1786
CIE-Lab60.77696.5698-59.5055

#2995fc color RGB value is (41,149,252).

#2995fc hex color red value is 41, green value is 149 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #2995fc hue: 0.58 , saturation: 0.97 and the lightness value of 2995fc is 0.57.

The process color (four color CMYK) of #2995fc color hex is 0.84, 0.41, 0.00, 0.01. Web safe color of #2995fc is #3399ff. Color #2995fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10010101 11111100
Octal 51 225 374
Decimal 41 149 252
Hex 29 95 FC

RGB Percentages of Color #2995fc

%9.28
%33.71
%57.01

CMYK Percentages of Color #2995fc

%84
%41
%0
%1

Triadic Colors of #2995fc

#2995fc #fc2995 #95fc29

Analogous Colors of #2995fc

#2995fc #292cfc #29fcfa

Monochromatic Colors of #2995fc

#2995fc

Complementary Color

#2995fc #fc9029

#2995fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2995fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2995fc Color CSS Codes

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

#2995fc Text Font Color

<p style="color:#2995fc">Text here</p>

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


#2995fc Background Color

<div style="background-color:#2995fc">
Div content here</div>

This div background color is #2995fc


#2995fc Border Color

<div style="border:3px solid #2995fc">
Div here</div>

This div border color is #2995fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,149,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2995fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2995fc;
  -webkit-box-shadow: 1px 1px 3px 2px #2995fc;
  box-shadow:         1px 1px 3px 2px #2995fc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2995fc


Comments

No comments written yet.

Please login to write comment.