Color Hex Logo

#2506dc Color Hex

#2506DC
(37,6,220)
0 Favorites   0 Comments

Color spaces of #2506dc

RGB 376220
HSL0.690.950.44
HSV249°97°86°
CMYK 0.830.970.00   0.14
XYZ13.74635.690968.0841
Yxy5.69090.15710.0650
Hunter Lab23.855661.1096-152.5152
CIE-Lab28.618870.1310-94.0955

#2506dc color RGB value is (37,6,220).

#2506dc hex color red value is 37, green value is 6 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #2506dc hue: 0.69 , saturation: 0.95 and the lightness value of 2506dc is 0.44.

The process color (four color CMYK) of #2506dc color hex is 0.83, 0.97, 0.00, 0.14. Web safe color of #2506dc is #3300cc. Color #2506dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00000110 11011100
Octal 45 6 334
Decimal 37 6 220
Hex 25 6 DC

RGB Percentages of Color #2506dc

%14.07
%2.28
%83.65

CMYK Percentages of Color #2506dc

%83
%97
%0
%14

Triadic Colors of #2506dc

#2506dc #dc2506 #06dc25

Analogous Colors of #2506dc

#2506dc #9006dc #0652dc

Monochromatic Colors of #2506dc

#2506dc

Complementary Color

#2506dc #bddc06

#2506dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2506dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2506dc Color CSS Codes

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

#2506dc Text Font Color

<p style="color:#2506dc">Text here</p>

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


#2506dc Background Color

<div style="background-color:#2506dc">
Div content here</div>

This div background color is #2506dc


#2506dc Border Color

<div style="border:3px solid #2506dc">
Div here</div>

This div border color is #2506dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,6,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2506dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2506dc;
  -webkit-box-shadow: 1px 1px 3px 2px #2506dc;
  box-shadow:         1px 1px 3px 2px #2506dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2506dc


Comments

No comments written yet.

Please login to write comment.