Color Hex Logo

#1c37fe Color Hex

#1C37FE
(28,55,254)
0 Favorites   0 Comments

Color spaces of #1c37fe

RGB 2855254
HSL0.650.990.55
HSV233°89°100°
CMYK 0.890.780.00   0.00
XYZ19.734510.135094.6821
Yxy10.13500.15840.0814
Hunter Lab31.835554.9381-154.0497
CIE-Lab38.083662.9542-97.6494

#1c37fe color RGB value is (28,55,254).

#1c37fe hex color red value is 28, green value is 55 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #1c37fe hue: 0.65 , saturation: 0.99 and the lightness value of 1c37fe is 0.55.

The process color (four color CMYK) of #1c37fe color hex is 0.89, 0.78, 0.00, 0.00. Web safe color of #1c37fe is #3333ff. Color #1c37fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 00110111 11111110
Octal 34 67 376
Decimal 28 55 254
Hex 1C 37 FE

RGB Percentages of Color #1c37fe

%8.31
%16.32
%75.37

CMYK Percentages of Color #1c37fe

%89
%78
%0
%0

Triadic Colors of #1c37fe

#1c37fe #fe1c37 #37fe1c

Analogous Colors of #1c37fe

#1c37fe #721cfe #1ca8fe

Monochromatic Colors of #1c37fe

#1c37fe

Complementary Color

#1c37fe #fee31c

#1c37fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c37fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c37fe Color CSS Codes

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

#1c37fe Text Font Color

<p style="color:#1c37fe">Text here</p>

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


#1c37fe Background Color

<div style="background-color:#1c37fe">
Div content here</div>

This div background color is #1c37fe


#1c37fe Border Color

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

This div border color is #1c37fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(28,55,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1c37fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1c37fe;
  -webkit-box-shadow: 1px 1px 3px 2px #1c37fe;
  box-shadow:         1px 1px 3px 2px #1c37fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(28,55,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c37fe


Comments

No comments written yet.

Please login to write comment.