Color Hex Logo

#251edd Color Hex

#251EDD
(37,30,221)
0 Favorites   0 Comments

Color spaces of #251edd

RGB 3730221
HSL0.670.760.49
HSV242°86°87°
CMYK 0.830.860.00   0.13
XYZ14.27846.542368.9169
Yxy6.54230.15910.0729
Hunter Lab25.577954.8830-141.8459
CIE-Lab30.741464.3257-91.1305

#251edd color RGB value is (37,30,221).

#251edd hex color red value is 37, green value is 30 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #251edd hue: 0.67 , saturation: 0.76 and the lightness value of 251edd is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00011110 11011101
Octal 45 36 335
Decimal 37 30 221
Hex 25 1E DD

RGB Percentages of Color #251edd

%12.85
%10.42
%76.74

CMYK Percentages of Color #251edd

%83
%86
%0
%13

Triadic Colors of #251edd

#251edd #dd251e #1edd25

Analogous Colors of #251edd

#251edd #851edd #1e77dd

Monochromatic Colors of #251edd

#251edd

Complementary Color

#251edd #d6dd1e

#251edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#251edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#251edd Color CSS Codes

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

#251edd Text Font Color

<p style="color:#251edd">Text here</p>

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


#251edd Background Color

<div style="background-color:#251edd">
Div content here</div>

This div background color is #251edd


#251edd Border Color

<div style="border:3px solid #251edd">
Div here</div>

This div border color is #251edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #251edd


Comments

No comments written yet.

Please login to write comment.