Color Hex Logo

#258cca Color Hex

#258CCA
(37,140,202)
0 Favorites   0 Comments

Color spaces of #258cca

RGB 37140202
HSL0.560.690.47
HSV203°82°79°
CMYK 0.820.310.00   0.21
XYZ20.801723.413759.3001
Yxy23.41370.20100.2262
Hunter Lab48.3877-7.9420-38.7897
CIE-Lab55.4959-6.8552-40.0596

#258cca color RGB value is (37,140,202).

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

The process color (four color CMYK) of #258cca color hex is 0.82, 0.31, 0.00, 0.21. Web safe color of #258cca is #3399cc. Color #258cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10001100 11001010
Octal 45 214 312
Decimal 37 140 202
Hex 25 8C CA

RGB Percentages of Color #258cca

%9.76
%36.94
%53.30

CMYK Percentages of Color #258cca

%82
%31
%0
%21

Triadic Colors of #258cca

#258cca #ca258c #8cca25

Analogous Colors of #258cca

#258cca #253aca #25cab6

Monochromatic Colors of #258cca

#258cca

Complementary Color

#258cca #ca6325

#258cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#258cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#258cca Color CSS Codes

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

#258cca Text Font Color

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

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


#258cca Background Color

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

This div background color is #258cca


#258cca Border Color

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

This div border color is #258cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #258cca


Comments

No comments written yet.

Please login to write comment.