Color Hex Logo

#2e35ce Color Hex

#2E35CE
(46,53,206)
0 Favorites   0 Comments

Color spaces of #2e35ce

RGB 4653206
HSL0.660.630.49
HSV237°78°81°
CMYK 0.780.740.00   0.19
XYZ13.54047.583359.1426
Yxy7.58330.16870.0945
Hunter Lab27.537839.5778-108.0600
CIE-Lab33.099549.5006-78.5293

#2e35ce color RGB value is (46,53,206).

#2e35ce hex color red value is 46, green value is 53 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #2e35ce hue: 0.66 , saturation: 0.63 and the lightness value of 2e35ce is 0.49.

The process color (four color CMYK) of #2e35ce color hex is 0.78, 0.74, 0.00, 0.19. Web safe color of #2e35ce is #3333cc. Color #2e35ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 00110101 11001110
Octal 56 65 316
Decimal 46 53 206
Hex 2E 35 CE

RGB Percentages of Color #2e35ce

%15.08
%17.38
%67.54

CMYK Percentages of Color #2e35ce

%78
%74
%0
%19

Triadic Colors of #2e35ce

#2e35ce #ce2e35 #35ce2e

Analogous Colors of #2e35ce

#2e35ce #772ece #2e85ce

Monochromatic Colors of #2e35ce

#2e35ce

Complementary Color

#2e35ce #cec72e

#2e35ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e35ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e35ce Color CSS Codes

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

#2e35ce Text Font Color

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

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


#2e35ce Background Color

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

This div background color is #2e35ce


#2e35ce Border Color

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

This div border color is #2e35ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e35ce


Comments

No comments written yet.

Please login to write comment.