Color Hex Logo

#252fce Color Hex

#252FCE
(37,47,206)
0 Favorites   0 Comments

Color spaces of #252fce

RGB 3747206
HSL0.660.700.48
HSV236°82°81°
CMYK 0.820.770.00   0.19
XYZ12.92006.882659.0400
Yxy6.88260.16390.0873
Hunter Lab26.234741.9965-115.0651
CIE-Lab31.538152.1800-81.1270

#252fce color RGB value is (37,47,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00101111 11001110
Octal 45 57 316
Decimal 37 47 206
Hex 25 2F CE

RGB Percentages of Color #252fce

%12.76
%16.21
%71.03

CMYK Percentages of Color #252fce

%82
%77
%0
%19

Triadic Colors of #252fce

#252fce #ce252f #2fce25

Analogous Colors of #252fce

#252fce #7025ce #2584ce

Monochromatic Colors of #252fce

#252fce

Complementary Color

#252fce #cec425

#252fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#252fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#252fce Color CSS Codes

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

#252fce Text Font Color

<p style="color:#252fce">Text here</p>

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


#252fce Background Color

<div style="background-color:#252fce">
Div content here</div>

This div background color is #252fce


#252fce Border Color

<div style="border:3px solid #252fce">
Div here</div>

This div border color is #252fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #252fce


Comments

No comments written yet.

Please login to write comment.