Color Hex Logo

#251ddd Color Hex

#251DDD
(37,29,221)
0 Favorites   0 Comments

Color spaces of #251ddd

RGB 3729221
HSL0.670.770.49
HSV243°87°87°
CMYK 0.830.870.00   0.13
XYZ14.25356.492568.9086
Yxy6.49250.15900.0724
Hunter Lab25.480455.2606-142.5063
CIE-Lab30.622564.6837-91.3286

#251ddd color RGB value is (37,29,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00011101 11011101
Octal 45 35 335
Decimal 37 29 221
Hex 25 1D DD

RGB Percentages of Color #251ddd

%12.89
%10.10
%77.00

CMYK Percentages of Color #251ddd

%83
%87
%0
%13

Triadic Colors of #251ddd

#251ddd #dd251d #1ddd25

Analogous Colors of #251ddd

#251ddd #851ddd #1d75dd

Monochromatic Colors of #251ddd

#251ddd

Complementary Color

#251ddd #d5dd1d

#251ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#251ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#251ddd Color CSS Codes

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

#251ddd Text Font Color

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

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


#251ddd Background Color

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

This div background color is #251ddd


#251ddd Border Color

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

This div border color is #251ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #251ddd


Comments

No comments written yet.

Please login to write comment.