Color Hex Logo

#4880ec Color Hex

#4880EC
(72,128,236)
0 Favorites   0 Comments

Color spaces of #4880ec

RGB 72128236
HSL0.610.810.60
HSV220°69°93°
CMYK 0.690.460.00   0.07
XYZ25.532022.872282.4260
Yxy22.87220.19520.1748
Hunter Lab47.824911.6012-68.7086
CIE-Lab54.940516.8379-59.9657

#4880ec color RGB value is (72,128,236).

#4880ec hex color red value is 72, green value is 128 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #4880ec hue: 0.61 , saturation: 0.81 and the lightness value of 4880ec is 0.60.

The process color (four color CMYK) of #4880ec color hex is 0.69, 0.46, 0.00, 0.07. Web safe color of #4880ec is #3399ff. Color #4880ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000000 11101100
Octal 110 200 354
Decimal 72 128 236
Hex 48 80 EC

RGB Percentages of Color #4880ec

%16.51
%29.36
%54.13

CMYK Percentages of Color #4880ec

%69
%46
%0
%7

Triadic Colors of #4880ec

#4880ec #ec4880 #80ec48

Analogous Colors of #4880ec

#4880ec #6248ec #48d2ec

Monochromatic Colors of #4880ec

#4880ec

Complementary Color

#4880ec #ecb448

#4880ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4880ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4880ec Color CSS Codes

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

#4880ec Text Font Color

<p style="color:#4880ec">Text here</p>

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


#4880ec Background Color

<div style="background-color:#4880ec">
Div content here</div>

This div background color is #4880ec


#4880ec Border Color

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

This div border color is #4880ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,128,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4880ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4880ec;
  -webkit-box-shadow: 1px 1px 3px 2px #4880ec;
  box-shadow:         1px 1px 3px 2px #4880ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4880ec


Comments

No comments written yet.

Please login to write comment.