Color Hex Logo

#252bd4 Color Hex

#252BD4
(37,43,212)
0 Favorites   0 Comments

Color spaces of #252bd4

RGB 3743212
HSL0.660.700.49
HSV238°83°83°
CMYK 0.830.800.00   0.17
XYZ13.51056.874562.9022
Yxy6.87450.16220.0825
Hunter Lab26.219346.0954-123.8881
CIE-Lab31.519556.1189-84.6405

#252bd4 color RGB value is (37,43,212).

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

The process color (four color CMYK) of #252bd4 color hex is 0.83, 0.80, 0.00, 0.17. Web safe color of #252bd4 is #3333cc. Color #252bd4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00101011 11010100
Octal 45 53 324
Decimal 37 43 212
Hex 25 2B D4

RGB Percentages of Color #252bd4

%12.67
%14.73
%72.60

CMYK Percentages of Color #252bd4

%83
%80
%0
%17

Triadic Colors of #252bd4

#252bd4 #d4252b #2bd425

Analogous Colors of #252bd4

#252bd4 #7725d4 #2583d4

Monochromatic Colors of #252bd4

#252bd4

Complementary Color

#252bd4 #d4ce25

#252bd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#252bd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#252bd4 Color CSS Codes

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

#252bd4 Text Font Color

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

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


#252bd4 Background Color

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

This div background color is #252bd4


#252bd4 Border Color

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

This div border color is #252bd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #252bd4


Comments

No comments written yet.

Please login to write comment.