Color Hex Logo

#0184e1 Color Hex

#0184E1
(1,132,225)
0 Favorites   0 Comments

Color spaces of #0184e1

RGB 1132225
HSL0.570.990.44
HSV205°100°88°
CMYK 1.000.410.00   0.12
XYZ21.854421.945274.3182
Yxy21.94520.18500.1858
Hunter Lab46.84571.2936-61.2684
CIE-Lab53.96884.7266-55.4570

#0184e1 color RGB value is (1,132,225).

#0184e1 hex color red value is 1, green value is 132 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #0184e1 hue: 0.57 , saturation: 0.99 and the lightness value of 0184e1 is 0.44.

The process color (four color CMYK) of #0184e1 color hex is 1.00, 0.41, 0.00, 0.12. Web safe color of #0184e1 is #0099cc. Color #0184e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10000100 11100001
Octal 1 204 341
Decimal 1 132 225
Hex 1 84 E1

RGB Percentages of Color #0184e1

%0.28
%36.87
%62.85

CMYK Percentages of Color #0184e1

%100
%41
%0
%12

Triadic Colors of #0184e1

#0184e1 #e10184 #84e101

Analogous Colors of #0184e1

#0184e1 #0114e1 #01e1ce

Monochromatic Colors of #0184e1

#0184e1

Complementary Color

#0184e1 #e15e01

#0184e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0184e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0184e1 Color CSS Codes

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

#0184e1 Text Font Color

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

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


#0184e1 Background Color

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

This div background color is #0184e1


#0184e1 Border Color

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

This div border color is #0184e1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,132,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 #0184e1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0184e1


Comments

No comments written yet.

Please login to write comment.