Color Hex Logo

#487ceb Color Hex

#487CEB
(72,124,235)
0 Favorites   0 Comments

Color spaces of #487ceb

RGB 72124235
HSL0.610.800.60
HSV221°69°92°
CMYK 0.690.470.00   0.08
XYZ24.875521.791281.4923
Yxy21.79120.19410.1700
Hunter Lab46.681013.4277-70.8273
CIE-Lab53.804818.9439-61.2329

#487ceb color RGB value is (72,124,235).

#487ceb hex color red value is 72, green value is 124 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #487ceb hue: 0.61 , saturation: 0.80 and the lightness value of 487ceb is 0.60.

The process color (four color CMYK) of #487ceb color hex is 0.69, 0.47, 0.00, 0.08. Web safe color of #487ceb is #3366ff. Color #487ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111100 11101011
Octal 110 174 353
Decimal 72 124 235
Hex 48 7C EB

RGB Percentages of Color #487ceb

%16.71
%28.77
%54.52

CMYK Percentages of Color #487ceb

%69
%47
%0
%8

Triadic Colors of #487ceb

#487ceb #eb487c #7ceb48

Analogous Colors of #487ceb

#487ceb #6648eb #48ceeb

Monochromatic Colors of #487ceb

#487ceb

Complementary Color

#487ceb #ebb748

#487ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#487ceb Color CSS Codes

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

#487ceb Text Font Color

<p style="color:#487ceb">Text here</p>

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


#487ceb Background Color

<div style="background-color:#487ceb">
Div content here</div>

This div background color is #487ceb


#487ceb Border Color

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

This div border color is #487ceb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,124,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #487ceb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #487ceb;
  -webkit-box-shadow: 1px 1px 3px 2px #487ceb;
  box-shadow:         1px 1px 3px 2px #487ceb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,124,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 #487ceb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487ceb


Comments

No comments written yet.

Please login to write comment.