Color Hex Logo

#254fca Color Hex

#254FCA
(37,79,202)
0 Favorites   0 Comments

Color spaces of #254fca

RGB 3779202
HSL0.620.690.47
HSV225°82°79°
CMYK 0.820.610.00   0.21
XYZ14.219610.249557.1060
Yxy10.24950.17430.1256
Hunter Lab32.014823.2560-83.3473
CIE-Lab38.286531.4381-67.6912

#254fca color RGB value is (37,79,202).

#254fca hex color red value is 37, green value is 79 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #254fca hue: 0.62 , saturation: 0.69 and the lightness value of 254fca is 0.47.

The process color (four color CMYK) of #254fca color hex is 0.82, 0.61, 0.00, 0.21. Web safe color of #254fca is #3366cc. Color #254fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001111 11001010
Octal 45 117 312
Decimal 37 79 202
Hex 25 4F CA

RGB Percentages of Color #254fca

%11.64
%24.84
%63.52

CMYK Percentages of Color #254fca

%82
%61
%0
%21

Triadic Colors of #254fca

#254fca #ca254f #4fca25

Analogous Colors of #254fca

#254fca #4e25ca #25a2ca

Monochromatic Colors of #254fca

#254fca

Complementary Color

#254fca #caa025

#254fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#254fca Color CSS Codes

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

#254fca Text Font Color

<p style="color:#254fca">Text here</p>

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


#254fca Background Color

<div style="background-color:#254fca">
Div content here</div>

This div background color is #254fca


#254fca Border Color

<div style="border:3px solid #254fca">
Div here</div>

This div border color is #254fca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,79,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #254fca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #254fca;
  -webkit-box-shadow: 1px 1px 3px 2px #254fca;
  box-shadow:         1px 1px 3px 2px #254fca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,79,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254fca


Comments

No comments written yet.

Please login to write comment.