Color Hex Logo

#254dca Color Hex

#254DCA
(37,77,202)
0 Favorites   0 Comments

Color spaces of #254dca

RGB 3777202
HSL0.630.690.47
HSV225°82°79°
CMYK 0.820.620.00   0.21
XYZ14.07759.965357.0587
Yxy9.96530.17360.1229
Hunter Lab31.567924.3572-85.0688
CIE-Lab37.780132.7340-68.5199

#254dca color RGB value is (37,77,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001101 11001010
Octal 45 115 312
Decimal 37 77 202
Hex 25 4D CA

RGB Percentages of Color #254dca

%11.71
%24.37
%63.92

CMYK Percentages of Color #254dca

%82
%62
%0
%21

Triadic Colors of #254dca

#254dca #ca254d #4dca25

Analogous Colors of #254dca

#254dca #4f25ca #25a0ca

Monochromatic Colors of #254dca

#254dca

Complementary Color

#254dca #caa225

#254dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#254dca Color CSS Codes

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

#254dca Text Font Color

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

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


#254dca Background Color

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

This div background color is #254dca


#254dca Border Color

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

This div border color is #254dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254dca


Comments

No comments written yet.

Please login to write comment.