Color Hex Logo

#1807e1 Color Hex

#1807E1
(24,7,225)
0 Favorites   0 Comments

Color spaces of #1807e1

RGB 247225
HSL0.680.940.45
HSV245°97°88°
CMYK 0.890.970.00   0.12
XYZ14.04335.782471.6101
Yxy5.78240.15360.0632
Hunter Lab24.046662.1630-159.7312
CIE-Lab28.856770.9824-96.5883

#1807e1 color RGB value is (24,7,225).

#1807e1 hex color red value is 24, green value is 7 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #1807e1 hue: 0.68 , saturation: 0.94 and the lightness value of 1807e1 is 0.45.

The process color (four color CMYK) of #1807e1 color hex is 0.89, 0.97, 0.00, 0.12. Web safe color of #1807e1 is #0000cc. Color #1807e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00000111 11100001
Octal 30 7 341
Decimal 24 7 225
Hex 18 7 E1

RGB Percentages of Color #1807e1

%9.38
%2.73
%87.89

CMYK Percentages of Color #1807e1

%89
%97
%0
%12

Triadic Colors of #1807e1

#1807e1 #e11807 #07e118

Analogous Colors of #1807e1

#1807e1 #8507e1 #0763e1

Monochromatic Colors of #1807e1

#1807e1

Complementary Color

#1807e1 #d0e107

#1807e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1807e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1807e1 Color CSS Codes

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

#1807e1 Text Font Color

<p style="color:#1807e1">Text here</p>

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


#1807e1 Background Color

<div style="background-color:#1807e1">
Div content here</div>

This div background color is #1807e1


#1807e1 Border Color

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

This div border color is #1807e1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,7,225, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1807e1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1807e1;
  -webkit-box-shadow: 1px 1px 3px 2px #1807e1;
  box-shadow:         1px 1px 3px 2px #1807e1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,7,225, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1807e1


Comments

No comments written yet.

Please login to write comment.