color codes Logo

#2e62dd color codes

#2E62DD
(46,98,221)
0 Favorites   0 Comments

Color spaces of #2e62dd

RGB 4698221
HSL0.620.720.52
HSV222°79°87°
CMYK 0.790.560.00   0.13
XYZ18.545514.536770.2350
Yxy14.53670.17950.1407
Hunter Lab38.127020.1025-82.5311
CIE-Lab44.993027.1028-67.6466

#2e62dd color RGB value is (46,98,221).

#2e62dd hex color red value is 46, green value is 98 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #2e62dd hue: 0.62 , saturation: 0.72 and the lightness value of 2e62dd is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 01100010 11011101
Octal 56 142 335
Decimal 46 98 221
Hex 2E 62 DD

RGB Percentages of Color #2e62dd

%12.60
%26.85
%60.55

CMYK Percentages of Color #2e62dd

%79
%56
%0
%13

Triadic Colors of #2e62dd

#2e62dd #dd2e62 #62dd2e

Analogous Colors of #2e62dd

#2e62dd #512edd #2ebadd

Monochromatic Colors of #2e62dd

#2e62dd

Complementary Color

#2e62dd #dda92e

#2e62dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e62dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e62dd Color CSS Codes

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

#2e62dd Text Font Color

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

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


#2e62dd Background Color

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

This div background color is #2e62dd


#2e62dd Border Color

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

This div border color is #2e62dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e62dd


Comments

No comments written yet.

Please login to write comment.