Color Hex Logo

#2501cc Color Hex

#2501CC
(37,1,204)
0 Favorites   0 Comments

Color spaces of #2501cc

RGB 371204
HSL0.700.990.40
HSV251°100°80°
CMYK 0.821.000.00   0.20
XYZ11.67294.774757.4331
Yxy4.77470.15800.0646
Hunter Lab21.851157.1157-140.5413
CIE-Lab26.083067.1404-89.0391

#2501cc color RGB value is (37,1,204).

#2501cc hex color red value is 37, green value is 1 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #2501cc hue: 0.70 , saturation: 0.99 and the lightness value of 2501cc is 0.40.

The process color (four color CMYK) of #2501cc color hex is 0.82, 1.00, 0.00, 0.20. Web safe color of #2501cc is #3300cc. Color #2501cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00000001 11001100
Octal 45 1 314
Decimal 37 1 204
Hex 25 1 CC

RGB Percentages of Color #2501cc

%15.29
%0.41
%84.30

CMYK Percentages of Color #2501cc

%82
%100
%0
%20

Triadic Colors of #2501cc

#2501cc #cc2501 #01cc25

Analogous Colors of #2501cc

#2501cc #8b01cc #0143cc

Monochromatic Colors of #2501cc

#2501cc

Complementary Color

#2501cc #a8cc01

#2501cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2501cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2501cc Color CSS Codes

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

#2501cc Text Font Color

<p style="color:#2501cc">Text here</p>

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


#2501cc Background Color

<div style="background-color:#2501cc">
Div content here</div>

This div background color is #2501cc


#2501cc Border Color

<div style="border:3px solid #2501cc">
Div here</div>

This div border color is #2501cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,1,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2501cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2501cc;
  -webkit-box-shadow: 1px 1px 3px 2px #2501cc;
  box-shadow:         1px 1px 3px 2px #2501cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2501cc


Comments

No comments written yet.

Please login to write comment.