Color Hex Logo

#3e26dd Color Hex

#3E26DD
(62,38,221)
0 Favorites   0 Comments

Color spaces of #3e26dd

RGB 6238221
HSL0.690.730.51
HSV248°83°87°
CMYK 0.720.830.00   0.13
XYZ15.73097.630869.0504
Yxy7.63080.17020.0826
Hunter Lab27.623953.3080-128.8682
CIE-Lab33.201862.4438-86.9991

#3e26dd color RGB value is (62,38,221).

#3e26dd hex color red value is 62, green value is 38 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #3e26dd hue: 0.69 , saturation: 0.73 and the lightness value of 3e26dd is 0.51.

The process color (four color CMYK) of #3e26dd color hex is 0.72, 0.83, 0.00, 0.13. Web safe color of #3e26dd is #3333cc. Color #3e26dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 00100110 11011101
Octal 76 46 335
Decimal 62 38 221
Hex 3E 26 DD

RGB Percentages of Color #3e26dd

%19.31
%11.84
%68.85

CMYK Percentages of Color #3e26dd

%72
%83
%0
%13

Triadic Colors of #3e26dd

#3e26dd #dd3e26 #26dd3e

Analogous Colors of #3e26dd

#3e26dd #9a26dd #266add

Monochromatic Colors of #3e26dd

#3e26dd

Complementary Color

#3e26dd #c5dd26

#3e26dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e26dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e26dd Color CSS Codes

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

#3e26dd Text Font Color

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

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


#3e26dd Background Color

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

This div background color is #3e26dd


#3e26dd Border Color

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

This div border color is #3e26dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(62,38,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 #3e26dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e26dd


Comments

No comments written yet.

Please login to write comment.