Color Hex Logo

#2563fc Color Hex

#2563FC
(37,99,252)
0 Favorites   0 Comments

Color spaces of #2563fc

RGB 3799252
HSL0.620.970.57
HSV223°85°99°
CMYK 0.850.610.00   0.01
XYZ22.795516.345394.0490
Yxy16.34530.17120.1227
Hunter Lab40.429329.8934-109.6233
CIE-Lab47.424337.2710-81.1184

#2563fc color RGB value is (37,99,252).

#2563fc hex color red value is 37, green value is 99 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #2563fc hue: 0.62 , saturation: 0.97 and the lightness value of 2563fc is 0.57.

The process color (four color CMYK) of #2563fc color hex is 0.85, 0.61, 0.00, 0.01. Web safe color of #2563fc is #3366ff. Color #2563fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01100011 11111100
Octal 45 143 374
Decimal 37 99 252
Hex 25 63 FC

RGB Percentages of Color #2563fc

%9.54
%25.52
%64.95

CMYK Percentages of Color #2563fc

%85
%61
%0
%1

Triadic Colors of #2563fc

#2563fc #fc2563 #63fc25

Analogous Colors of #2563fc

#2563fc #5225fc #25cffc

Monochromatic Colors of #2563fc

#2563fc

Complementary Color

#2563fc #fcbe25

#2563fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2563fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2563fc Color CSS Codes

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

#2563fc Text Font Color

<p style="color:#2563fc">Text here</p>

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


#2563fc Background Color

<div style="background-color:#2563fc">
Div content here</div>

This div background color is #2563fc


#2563fc Border Color

<div style="border:3px solid #2563fc">
Div here</div>

This div border color is #2563fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,99,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2563fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2563fc;
  -webkit-box-shadow: 1px 1px 3px 2px #2563fc;
  box-shadow:         1px 1px 3px 2px #2563fc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2563fc


Comments

No comments written yet.

Please login to write comment.