Color Hex Logo

#2550af Color Hex

#2550AF
(37,80,175)
0 Favorites   0 Comments

Color spaces of #2550af

RGB 3780175
HSL0.610.650.42
HSV221°79°69°
CMYK 0.790.540.00   0.31
XYZ11.36959.225841.7390
Yxy9.22580.18240.1480
Hunter Lab30.374013.6610-60.2127
CIE-Lab36.415520.4318-54.9146

#2550af color RGB value is (37,80,175).

#2550af hex color red value is 37, green value is 80 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #2550af hue: 0.61 , saturation: 0.65 and the lightness value of 2550af is 0.42.

The process color (four color CMYK) of #2550af color hex is 0.79, 0.54, 0.00, 0.31. Web safe color of #2550af is #336699. Color #2550af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01010000 10101111
Octal 45 120 257
Decimal 37 80 175
Hex 25 50 AF

RGB Percentages of Color #2550af

%12.67
%27.40
%59.93

CMYK Percentages of Color #2550af

%79
%54
%0
%31

Triadic Colors of #2550af

#2550af #af2550 #50af25

Analogous Colors of #2550af

#2550af #3f25af #2595af

Monochromatic Colors of #2550af

#2550af

Complementary Color

#2550af #af8425

#2550af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2550af Color Preview on White Background

Lorem ipsum dolor sit amet.

#2550af Color CSS Codes

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

#2550af Text Font Color

<p style="color:#2550af">Text here</p>

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


#2550af Background Color

<div style="background-color:#2550af">
Div content here</div>

This div background color is #2550af


#2550af Border Color

<div style="border:3px solid #2550af">
Div here</div>

This div border color is #2550af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,80,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2550af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2550af;
  -webkit-box-shadow: 1px 1px 3px 2px #2550af;
  box-shadow:         1px 1px 3px 2px #2550af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2550af


Comments

No comments written yet.

Please login to write comment.