Color Hex Logo

#252bce Color Hex

#252BCE
(37,43,206)
0 Favorites   0 Comments

Color spaces of #252bce

RGB 3743206
HSL0.660.700.48
HSV238°82°81°
CMYK 0.820.790.00   0.19
XYZ12.76746.577358.9891
Yxy6.57730.16300.0840
Hunter Lab25.646243.9812-118.4209
CIE-Lab30.824654.2395-82.3104

#252bce color RGB value is (37,43,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00101011 11001110
Octal 45 53 316
Decimal 37 43 206
Hex 25 2B CE

RGB Percentages of Color #252bce

%12.94
%15.03
%72.03

CMYK Percentages of Color #252bce

%82
%79
%0
%19

Triadic Colors of #252bce

#252bce #ce252b #2bce25

Analogous Colors of #252bce

#252bce #7425ce #2580ce

Monochromatic Colors of #252bce

#252bce

Complementary Color

#252bce #cec825

#252bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#252bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#252bce Color CSS Codes

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

#252bce Text Font Color

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

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


#252bce Background Color

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

This div background color is #252bce


#252bce Border Color

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

This div border color is #252bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #252bce


Comments

No comments written yet.

Please login to write comment.