Color Hex Logo

#255fe1 Color Hex

#255FE1
(37,95,225)
0 Favorites   0 Comments

Color spaces of #255fe1

RGB 3795225
HSL0.620.760.51
HSV221°84°88°
CMYK 0.840.580.00   0.12
XYZ18.445814.014072.9669
Yxy14.01400.17500.1329
Hunter Lab37.435322.4421-89.3603
CIE-Lab44.253029.7718-71.1345

#255fe1 color RGB value is (37,95,225).

#255fe1 hex color red value is 37, green value is 95 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #255fe1 hue: 0.62 , saturation: 0.76 and the lightness value of 255fe1 is 0.51.

The process color (four color CMYK) of #255fe1 color hex is 0.84, 0.58, 0.00, 0.12. Web safe color of #255fe1 is #3366cc. Color #255fe1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01011111 11100001
Octal 45 137 341
Decimal 37 95 225
Hex 25 5F E1

RGB Percentages of Color #255fe1

%10.36
%26.61
%63.03

CMYK Percentages of Color #255fe1

%84
%58
%0
%12

Triadic Colors of #255fe1

#255fe1 #e1255f #5fe125

Analogous Colors of #255fe1

#255fe1 #4925e1 #25bde1

Monochromatic Colors of #255fe1

#255fe1

Complementary Color

#255fe1 #e1a725

#255fe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255fe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#255fe1 Color CSS Codes

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

#255fe1 Text Font Color

<p style="color:#255fe1">Text here</p>

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


#255fe1 Background Color

<div style="background-color:#255fe1">
Div content here</div>

This div background color is #255fe1


#255fe1 Border Color

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

This div border color is #255fe1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,95,225, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #255fe1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #255fe1;
  -webkit-box-shadow: 1px 1px 3px 2px #255fe1;
  box-shadow:         1px 1px 3px 2px #255fe1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,95,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 #255fe1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255fe1


Comments

No comments written yet.

Please login to write comment.