Color Hex Logo

#2909ef Color Hex

#2909EF
(41,9,239)
0 Favorites   0 Comments

Color spaces of #2909ef

RGB 419239
HSL0.690.930.49
HSV248°96°94°
CMYK 0.830.960.00   0.06
XYZ16.59216.898882.1185
Yxy6.89880.15710.0653
Hunter Lab26.265666.7947-166.9825
CIE-Lab31.575474.3751-100.0233

#2909ef color RGB value is (41,9,239).

#2909ef hex color red value is 41, green value is 9 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #2909ef hue: 0.69 , saturation: 0.93 and the lightness value of 2909ef is 0.49.

The process color (four color CMYK) of #2909ef color hex is 0.83, 0.96, 0.00, 0.06. Web safe color of #2909ef is #3300ff. Color #2909ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00001001 11101111
Octal 51 11 357
Decimal 41 9 239
Hex 29 9 EF

RGB Percentages of Color #2909ef

%14.19
%3.11
%82.70

CMYK Percentages of Color #2909ef

%83
%96
%0
%6

Triadic Colors of #2909ef

#2909ef #ef2909 #09ef29

Analogous Colors of #2909ef

#2909ef #9c09ef #095cef

Monochromatic Colors of #2909ef

#2909ef

Complementary Color

#2909ef #cfef09

#2909ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2909ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#2909ef Color CSS Codes

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

#2909ef Text Font Color

<p style="color:#2909ef">Text here</p>

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


#2909ef Background Color

<div style="background-color:#2909ef">
Div content here</div>

This div background color is #2909ef


#2909ef Border Color

<div style="border:3px solid #2909ef">
Div here</div>

This div border color is #2909ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,9,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2909ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2909ef;
  -webkit-box-shadow: 1px 1px 3px 2px #2909ef;
  box-shadow:         1px 1px 3px 2px #2909ef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2909ef


Comments

No comments written yet.

Please login to write comment.