color codes Logo

#2e66df color codes

#2E66DF
(46,102,223)
0 Favorites   0 Comments

Color spaces of #2e66df

RGB 46102223
HSL0.610.730.53
HSV221°79°87°
CMYK 0.790.540.00   0.13
XYZ19.197415.411371.7749
Yxy15.41130.18050.1449
Hunter Lab39.257218.5891-80.9212
CIE-Lab46.192525.2916-66.8324

#2e66df color RGB value is (46,102,223).

#2e66df hex color red value is 46, green value is 102 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #2e66df hue: 0.61 , saturation: 0.73 and the lightness value of 2e66df is 0.53.

The process color (four color CMYK) of #2e66df color code is 0.79, 0.54, 0.00, 0.13. Web safe color of #2e66df is #3366cc. Color #2e66df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 01100110 11011111
Octal 56 146 337
Decimal 46 102 223
Hex 2E 66 DF

RGB Percentages of Color #2e66df

%12.40
%27.49
%60.11

CMYK Percentages of Color #2e66df

%79
%54
%0
%13

Triadic Colors of #2e66df

#2e66df #df2e66 #66df2e

Analogous Colors of #2e66df

#2e66df #4f2edf #2ebfdf

Monochromatic Colors of #2e66df

#2e66df

Complementary Color

#2e66df #dfa72e

#2e66df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e66df Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e66df Color CSS Codes

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

#2e66df Text Font Color

<p style="color:#2e66df">Text here</p>

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


#2e66df Background Color

<div style="background-color:#2e66df">
Div content here</div>

This div background color is #2e66df


#2e66df Border Color

<div style="border:3px solid #2e66df">
Div here</div>

This div border color is #2e66df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(46,102,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2e66df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2e66df;
  -webkit-box-shadow: 1px 1px 3px 2px #2e66df;
  box-shadow:         1px 1px 3px 2px #2e66df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(46,102,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e66df


Comments

No comments written yet.

Please login to write comment.