Color Hex Logo

#2527ce Color Hex

#2527CE
(37,39,206)
0 Favorites   0 Comments

Color spaces of #2527ce

RGB 3739206
HSL0.660.700.48
HSV239°82°81°
CMYK 0.820.810.00   0.19
XYZ12.62906.300658.9430
Yxy6.30060.16220.0809
Hunter Lab25.101045.8815-121.6561
CIE-Lab30.158556.1818-83.4162

#2527ce color RGB value is (37,39,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00100111 11001110
Octal 45 47 316
Decimal 37 39 206
Hex 25 27 CE

RGB Percentages of Color #2527ce

%13.12
%13.83
%73.05

CMYK Percentages of Color #2527ce

%82
%81
%0
%19

Triadic Colors of #2527ce

#2527ce #ce2527 #27ce25

Analogous Colors of #2527ce

#2527ce #7825ce #257cce

Monochromatic Colors of #2527ce

#2527ce

Complementary Color

#2527ce #cecc25

#2527ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2527ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#2527ce Color CSS Codes

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

#2527ce Text Font Color

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

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


#2527ce Background Color

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

This div background color is #2527ce


#2527ce Border Color

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

This div border color is #2527ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2527ce


Comments

No comments written yet.

Please login to write comment.