Color Hex Logo

#3d80eb Color Hex

#3D80EB
(61,128,235)
0 Favorites   0 Comments

Color spaces of #3d80eb

RGB 61128235
HSL0.600.810.58
HSV217°74°92°
CMYK 0.740.460.00   0.08
XYZ24.639022.428681.6278
Yxy22.42860.19150.1743
Hunter Lab47.35889.9888-69.0412
CIE-Lab54.478815.0216-60.1713

#3d80eb color RGB value is (61,128,235).

#3d80eb hex color red value is 61, green value is 128 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #3d80eb hue: 0.60 , saturation: 0.81 and the lightness value of 3d80eb is 0.58.

The process color (four color CMYK) of #3d80eb color hex is 0.74, 0.46, 0.00, 0.08. Web safe color of #3d80eb is #3399ff. Color #3d80eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 10000000 11101011
Octal 75 200 353
Decimal 61 128 235
Hex 3D 80 EB

RGB Percentages of Color #3d80eb

%14.39
%30.19
%55.42

CMYK Percentages of Color #3d80eb

%74
%46
%0
%8

Triadic Colors of #3d80eb

#3d80eb #eb3d80 #80eb3d

Analogous Colors of #3d80eb

#3d80eb #513deb #3dd7eb

Monochromatic Colors of #3d80eb

#3d80eb

Complementary Color

#3d80eb #eba83d

#3d80eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d80eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d80eb Color CSS Codes

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

#3d80eb Text Font Color

<p style="color:#3d80eb">Text here</p>

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


#3d80eb Background Color

<div style="background-color:#3d80eb">
Div content here</div>

This div background color is #3d80eb


#3d80eb Border Color

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

This div border color is #3d80eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(61,128,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3d80eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3d80eb;
  -webkit-box-shadow: 1px 1px 3px 2px #3d80eb;
  box-shadow:         1px 1px 3px 2px #3d80eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(61,128,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d80eb


Comments

No comments written yet.

Please login to write comment.