Color Hex Logo

#3e58cb Color Hex

#3E58CB
(62,88,203)
0 Favorites   0 Comments

Color spaces of #3e58cb

RGB 6288203
HSL0.640.580.52
HSV229°69°80°
CMYK 0.690.570.00   0.20
XYZ16.255812.315458.0202
Yxy12.31540.18770.1422
Hunter Lab35.093321.2709-73.4596
CIE-Lab41.713128.7775-62.6395

#3e58cb color RGB value is (62,88,203).

#3e58cb hex color red value is 62, green value is 88 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #3e58cb hue: 0.64 , saturation: 0.58 and the lightness value of 3e58cb is 0.52.

The process color (four color CMYK) of #3e58cb color hex is 0.69, 0.57, 0.00, 0.20. Web safe color of #3e58cb is #3366cc. Color #3e58cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 01011000 11001011
Octal 76 130 313
Decimal 62 88 203
Hex 3E 58 CB

RGB Percentages of Color #3e58cb

%17.56
%24.93
%57.51

CMYK Percentages of Color #3e58cb

%69
%57
%0
%20

Triadic Colors of #3e58cb

#3e58cb #cb3e58 #58cb3e

Analogous Colors of #3e58cb

#3e58cb #6b3ecb #3e9fcb

Monochromatic Colors of #3e58cb

#3e58cb

Complementary Color

#3e58cb #cbb13e

#3e58cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e58cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e58cb Color CSS Codes

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

#3e58cb Text Font Color

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

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


#3e58cb Background Color

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

This div background color is #3e58cb


#3e58cb Border Color

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

This div border color is #3e58cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e58cb


Comments

No comments written yet.

Please login to write comment.