Color Hex Logo

#2527cc Color Hex

#2527CC
(37,39,204)
0 Favorites   0 Comments

Color spaces of #2527cc

RGB 3739204
HSL0.660.690.47
HSV239°82°80°
CMYK 0.820.810.00   0.20
XYZ12.38766.204057.6713
Yxy6.20400.16240.0814
Hunter Lab24.907845.1861-119.8439
CIE-Lab29.921455.5677-82.6443

#2527cc color RGB value is (37,39,204).

#2527cc hex color red value is 37, green value is 39 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #2527cc hue: 0.66 , saturation: 0.69 and the lightness value of 2527cc is 0.47.

The process color (four color CMYK) of #2527cc color hex is 0.82, 0.81, 0.00, 0.20. Web safe color of #2527cc is #3333cc. Color #2527cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00100111 11001100
Octal 45 47 314
Decimal 37 39 204
Hex 25 27 CC

RGB Percentages of Color #2527cc

%13.21
%13.93
%72.86

CMYK Percentages of Color #2527cc

%82
%81
%0
%20

Triadic Colors of #2527cc

#2527cc #cc2527 #27cc25

Analogous Colors of #2527cc

#2527cc #7725cc #257bcc

Monochromatic Colors of #2527cc

#2527cc

Complementary Color

#2527cc #ccca25

#2527cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2527cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2527cc Color CSS Codes

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

#2527cc Text Font Color

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

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


#2527cc Background Color

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

This div background color is #2527cc


#2527cc Border Color

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

This div border color is #2527cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2527cc


Comments

No comments written yet.

Please login to write comment.