Color Hex Logo

#2561ca Color Hex

#2561CA
(37,97,202)
0 Favorites   0 Comments

Color spaces of #2561ca

RGB 3797202
HSL0.610.690.47
HSV218°82°79°
CMYK 0.820.520.00   0.21
XYZ15.698313.207057.5989
Yxy13.20700.18150.1527
Hunter Lab36.341413.5086-68.5319
CIE-Lab43.073519.7037-59.9005

#2561ca color RGB value is (37,97,202).

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

The process color (four color CMYK) of #2561ca color hex is 0.82, 0.52, 0.00, 0.21. Web safe color of #2561ca is #3366cc. Color #2561ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01100001 11001010
Octal 45 141 312
Decimal 37 97 202
Hex 25 61 CA

RGB Percentages of Color #2561ca

%11.01
%28.87
%60.12

CMYK Percentages of Color #2561ca

%82
%52
%0
%21

Triadic Colors of #2561ca

#2561ca #ca2561 #61ca25

Analogous Colors of #2561ca

#2561ca #3c25ca #25b4ca

Monochromatic Colors of #2561ca

#2561ca

Complementary Color

#2561ca #ca8e25

#2561ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2561ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#2561ca Color CSS Codes

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

#2561ca Text Font Color

<p style="color:#2561ca">Text here</p>

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


#2561ca Background Color

<div style="background-color:#2561ca">
Div content here</div>

This div background color is #2561ca


#2561ca Border Color

<div style="border:3px solid #2561ca">
Div here</div>

This div border color is #2561ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2561ca


Comments

No comments written yet.

Please login to write comment.