Color Hex Logo

#252cdd Color Hex

#252CDD
(37,44,221)
0 Favorites   0 Comments

Color spaces of #252cdd

RGB 3744221
HSL0.660.730.51
HSV238°83°87°
CMYK 0.830.800.00   0.13
XYZ14.71487.415169.0623
Yxy7.41510.16140.0813
Hunter Lab27.230748.8034-131.3095
CIE-Lab32.733858.4185-87.8160

#252cdd color RGB value is (37,44,221).

#252cdd hex color red value is 37, green value is 44 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #252cdd hue: 0.66 , saturation: 0.73 and the lightness value of 252cdd is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00101100 11011101
Octal 45 54 335
Decimal 37 44 221
Hex 25 2C DD

RGB Percentages of Color #252cdd

%12.25
%14.57
%73.18

CMYK Percentages of Color #252cdd

%83
%80
%0
%13

Triadic Colors of #252cdd

#252cdd #dd252c #2cdd25

Analogous Colors of #252cdd

#252cdd #7a25dd #2588dd

Monochromatic Colors of #252cdd

#252cdd

Complementary Color

#252cdd #ddd625

#252cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#252cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#252cdd Color CSS Codes

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

#252cdd Text Font Color

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

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


#252cdd Background Color

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

This div background color is #252cdd


#252cdd Border Color

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

This div border color is #252cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #252cdd


Comments

No comments written yet.

Please login to write comment.