Color Hex Logo

#3e3253 Color Hex

#3E3253
(62,50,83)
0 Favorites   0 Comments

Color spaces of #3e3253

RGB 625083
HSL0.730.250.26
HSV262°40°33°
CMYK 0.250.400.00   0.67
XYZ4.68853.92998.6950
Yxy3.92990.27080.2270
Hunter Lab19.82407.5245-12.1284
CIE-Lab23.438313.3801-18.1287

#3e3253 color RGB value is (62,50,83).

#3e3253 hex color red value is 62, green value is 50 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #3e3253 hue: 0.73 , saturation: 0.25 and the lightness value of 3e3253 is 0.26.

The process color (four color CMYK) of #3e3253 color hex is 0.25, 0.40, 0.00, 0.67. Web safe color of #3e3253 is #333366. Color #3e3253 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 00110010 01010011
Octal 76 62 123
Decimal 62 50 83
Hex 3E 32 53

RGB Percentages of Color #3e3253

%31.79
%25.64
%42.56

CMYK Percentages of Color #3e3253

%25
%40
%0
%67

Triadic Colors of #3e3253

#3e3253 #533e32 #32533e

Analogous Colors of #3e3253

#3e3253 #4f3253 #323753

Monochromatic Colors of #3e3253

#3e3253

Complementary Color

#3e3253 #475332

#3e3253 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e3253 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e3253 Color CSS Codes

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

#3e3253 Text Font Color

<p style="color:#3e3253">Text here</p>

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


#3e3253 Background Color

<div style="background-color:#3e3253">
Div content here</div>

This div background color is #3e3253


#3e3253 Border Color

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

This div border color is #3e3253


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(62,50,83, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3e3253; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3e3253;
  -webkit-box-shadow: 1px 1px 3px 2px #3e3253;
  box-shadow:         1px 1px 3px 2px #3e3253; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(62,50,83, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e3253


Comments

No comments written yet.

Please login to write comment.