Color Hex Logo

#3801ed Color Hex

#3801ED
(56,1,237)
0 Favorites   0 Comments

Color spaces of #3801ed

RGB 561237
HSL0.710.990.47
HSV254°100°93°
CMYK 0.761.000.00   0.07
XYZ16.92786.976980.5752
Yxy6.97690.16200.0668
Hunter Lab26.413868.1709-162.3741
CIE-Lab31.754375.4762-98.5672

#3801ed color RGB value is (56,1,237).

#3801ed hex color red value is 56, green value is 1 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #3801ed hue: 0.71 , saturation: 0.99 and the lightness value of 3801ed is 0.47.

The process color (four color CMYK) of #3801ed color hex is 0.76, 1.00, 0.00, 0.07. Web safe color of #3801ed is #3300ff. Color #3801ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00000001 11101101
Octal 70 1 355
Decimal 56 1 237
Hex 38 1 ED

RGB Percentages of Color #3801ed

%19.05
%0.34
%80.61

CMYK Percentages of Color #3801ed

%76
%100
%0
%7

Triadic Colors of #3801ed

#3801ed #ed3801 #01ed38

Analogous Colors of #3801ed

#3801ed #ae01ed #0140ed

Monochromatic Colors of #3801ed

#3801ed

Complementary Color

#3801ed #b6ed01

#3801ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3801ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#3801ed Color CSS Codes

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

#3801ed Text Font Color

<p style="color:#3801ed">Text here</p>

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


#3801ed Background Color

<div style="background-color:#3801ed">
Div content here</div>

This div background color is #3801ed


#3801ed Border Color

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

This div border color is #3801ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,1,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3801ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3801ed;
  -webkit-box-shadow: 1px 1px 3px 2px #3801ed;
  box-shadow:         1px 1px 3px 2px #3801ed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,1,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3801ed


Comments

No comments written yet.

Please login to write comment.