Color Hex Logo

#291cee Color Hex

#291CEE
(41,28,238)
0 Favorites   0 Comments

Color spaces of #291cee

RGB 4128238
HSL0.680.860.52
HSV244°88°93°
CMYK 0.830.880.00   0.07
XYZ16.76237.475081.4483
Yxy7.47500.15860.0707
Hunter Lab27.340461.5917-157.4890
CIE-Lab32.864769.7702-97.3038

#291cee color RGB value is (41,28,238).

#291cee hex color red value is 41, green value is 28 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #291cee hue: 0.68 , saturation: 0.86 and the lightness value of 291cee is 0.52.

The process color (four color CMYK) of #291cee color hex is 0.83, 0.88, 0.00, 0.07. Web safe color of #291cee is #3333ff. Color #291cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00011100 11101110
Octal 51 34 356
Decimal 41 28 238
Hex 29 1C EE

RGB Percentages of Color #291cee

%13.36
%9.12
%77.52

CMYK Percentages of Color #291cee

%83
%88
%0
%7

Triadic Colors of #291cee

#291cee #ee291c #1cee29

Analogous Colors of #291cee

#291cee #921cee #1c78ee

Monochromatic Colors of #291cee

#291cee

Complementary Color

#291cee #e1ee1c

#291cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#291cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#291cee Color CSS Codes

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

#291cee Text Font Color

<p style="color:#291cee">Text here</p>

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


#291cee Background Color

<div style="background-color:#291cee">
Div content here</div>

This div background color is #291cee


#291cee Border Color

<div style="border:3px solid #291cee">
Div here</div>

This div border color is #291cee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,28,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #291cee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #291cee;
  -webkit-box-shadow: 1px 1px 3px 2px #291cee;
  box-shadow:         1px 1px 3px 2px #291cee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #291cee


Comments

No comments written yet.

Please login to write comment.