Color Hex Logo

#2511dd Color Hex

#2511DD
(37,17,221)
0 Favorites   0 Comments

Color spaces of #2511dd

RGB 3717221
HSL0.680.860.47
HSV246°92°87°
CMYK 0.830.920.00   0.13
XYZ14.01456.014768.8289
Yxy6.01470.15770.0677
Hunter Lab24.524959.0835-149.2295
CIE-Lab29.449568.2464-93.2847

#2511dd color RGB value is (37,17,221).

#2511dd hex color red value is 37, green value is 17 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #2511dd hue: 0.68 , saturation: 0.86 and the lightness value of 2511dd is 0.47.

The process color (four color CMYK) of #2511dd color hex is 0.83, 0.92, 0.00, 0.13. Web safe color of #2511dd is #3300cc. Color #2511dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00010001 11011101
Octal 45 21 335
Decimal 37 17 221
Hex 25 11 DD

RGB Percentages of Color #2511dd

%13.45
%6.18
%80.36

CMYK Percentages of Color #2511dd

%83
%92
%0
%13

Triadic Colors of #2511dd

#2511dd #dd2511 #11dd25

Analogous Colors of #2511dd

#2511dd #8b11dd #1163dd

Monochromatic Colors of #2511dd

#2511dd

Complementary Color

#2511dd #c9dd11

#2511dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2511dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2511dd Color CSS Codes

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

#2511dd Text Font Color

<p style="color:#2511dd">Text here</p>

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


#2511dd Background Color

<div style="background-color:#2511dd">
Div content here</div>

This div background color is #2511dd


#2511dd Border Color

<div style="border:3px solid #2511dd">
Div here</div>

This div border color is #2511dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2511dd


Comments

No comments written yet.

Please login to write comment.