Color Hex Logo

#2523ed Color Hex

#2523ED
(37,35,237)
0 Favorites   0 Comments

Color spaces of #2523ed

RGB 3735237
HSL0.670.850.53
HSV241°85°93°
CMYK 0.840.850.00   0.07
XYZ16.65007.709880.7313
Yxy7.70980.15840.0734
Hunter Lab27.766558.4448-152.9494
CIE-Lab33.371066.9600-95.8964

#2523ed color RGB value is (37,35,237).

#2523ed hex color red value is 37, green value is 35 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #2523ed hue: 0.67 , saturation: 0.85 and the lightness value of 2523ed is 0.53.

The process color (four color CMYK) of #2523ed color hex is 0.84, 0.85, 0.00, 0.07. Web safe color of #2523ed is #3333ff. Color #2523ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00100011 11101101
Octal 45 43 355
Decimal 37 35 237
Hex 25 23 ED

RGB Percentages of Color #2523ed

%11.97
%11.33
%76.70

CMYK Percentages of Color #2523ed

%84
%85
%0
%7

Triadic Colors of #2523ed

#2523ed #ed2523 #23ed25

Analogous Colors of #2523ed

#2523ed #8a23ed #2386ed

Monochromatic Colors of #2523ed

#2523ed

Complementary Color

#2523ed #ebed23

#2523ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2523ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#2523ed Color CSS Codes

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

#2523ed Text Font Color

<p style="color:#2523ed">Text here</p>

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


#2523ed Background Color

<div style="background-color:#2523ed">
Div content here</div>

This div background color is #2523ed


#2523ed Border Color

<div style="border:3px solid #2523ed">
Div here</div>

This div border color is #2523ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,35,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2523ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2523ed;
  -webkit-box-shadow: 1px 1px 3px 2px #2523ed;
  box-shadow:         1px 1px 3px 2px #2523ed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2523ed


Comments

No comments written yet.

Please login to write comment.