Color Hex Logo

#253bca Color Hex

#253BCA
(37,59,202)
0 Favorites   0 Comments

Color spaces of #253bca

RGB 3759202
HSL0.640.690.47
HSV232°82°79°
CMYK 0.820.710.00   0.21
XYZ12.98767.785556.6953
Yxy7.78550.16770.1005
Hunter Lab27.902534.2558-100.9400
CIE-Lab33.532144.0329-75.5009

#253bca color RGB value is (37,59,202).

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

The process color (four color CMYK) of #253bca color hex is 0.82, 0.71, 0.00, 0.21. Web safe color of #253bca is #3333cc. Color #253bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00111011 11001010
Octal 45 73 312
Decimal 37 59 202
Hex 25 3B CA

RGB Percentages of Color #253bca

%12.42
%19.80
%67.79

CMYK Percentages of Color #253bca

%82
%71
%0
%21

Triadic Colors of #253bca

#253bca #ca253b #3bca25

Analogous Colors of #253bca

#253bca #6225ca #258eca

Monochromatic Colors of #253bca

#253bca

Complementary Color

#253bca #cab425

#253bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#253bca Color CSS Codes

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

#253bca Text Font Color

<p style="color:#253bca">Text here</p>

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


#253bca Background Color

<div style="background-color:#253bca">
Div content here</div>

This div background color is #253bca


#253bca Border Color

<div style="border:3px solid #253bca">
Div here</div>

This div border color is #253bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253bca


Comments

No comments written yet.

Please login to write comment.