Color Hex Logo

#258cea Color Hex

#258CEA
(37,140,234)
0 Favorites   0 Comments

Color spaces of #258cea

RGB 37140234
HSL0.580.820.53
HSV209°84°92°
CMYK 0.840.400.00   0.08
XYZ24.992325.090081.3675
Yxy25.09000.19010.1909
Hunter Lab50.08991.4050-61.2494
CIE-Lab57.16304.9685-55.3501

#258cea color RGB value is (37,140,234).

#258cea hex color red value is 37, green value is 140 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #258cea hue: 0.58 , saturation: 0.82 and the lightness value of 258cea is 0.53.

The process color (four color CMYK) of #258cea color hex is 0.84, 0.40, 0.00, 0.08. Web safe color of #258cea is #3399ff. Color #258cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10001100 11101010
Octal 45 214 352
Decimal 37 140 234
Hex 25 8C EA

RGB Percentages of Color #258cea

%9.00
%34.06
%56.93

CMYK Percentages of Color #258cea

%84
%40
%0
%8

Triadic Colors of #258cea

#258cea #ea258c #8cea25

Analogous Colors of #258cea

#258cea #252aea #25eae6

Monochromatic Colors of #258cea

#258cea

Complementary Color

#258cea #ea8325

#258cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#258cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#258cea Color CSS Codes

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

#258cea Text Font Color

<p style="color:#258cea">Text here</p>

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


#258cea Background Color

<div style="background-color:#258cea">
Div content here</div>

This div background color is #258cea


#258cea Border Color

<div style="border:3px solid #258cea">
Div here</div>

This div border color is #258cea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,140,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #258cea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #258cea;
  -webkit-box-shadow: 1px 1px 3px 2px #258cea;
  box-shadow:         1px 1px 3px 2px #258cea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #258cea


Comments

No comments written yet.

Please login to write comment.