Color Hex Logo

#253fcf Color Hex

#253FCF
(37,63,207)
0 Favorites   0 Comments

Color spaces of #253fcf

RGB 3763207
HSL0.640.700.48
HSV231°82°81°
CMYK 0.820.700.00   0.19
XYZ13.80298.453359.9356
Yxy8.45330.16790.1028
Hunter Lab29.074633.8609-101.8709
CIE-Lab34.909643.3752-76.1345

#253fcf color RGB value is (37,63,207).

#253fcf hex color red value is 37, green value is 63 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #253fcf hue: 0.64 , saturation: 0.70 and the lightness value of 253fcf is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00111111 11001111
Octal 45 77 317
Decimal 37 63 207
Hex 25 3F CF

RGB Percentages of Color #253fcf

%12.05
%20.52
%67.43

CMYK Percentages of Color #253fcf

%82
%70
%0
%19

Triadic Colors of #253fcf

#253fcf #cf253f #3fcf25

Analogous Colors of #253fcf

#253fcf #6025cf #2594cf

Monochromatic Colors of #253fcf

#253fcf

Complementary Color

#253fcf #cfb525

#253fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#253fcf Color CSS Codes

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

#253fcf Text Font Color

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

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


#253fcf Background Color

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

This div background color is #253fcf


#253fcf Border Color

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

This div border color is #253fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253fcf


Comments

No comments written yet.

Please login to write comment.