Color Hex Logo

#0487c8 Color Hex

#0487C8
(4,135,200)
0 Favorites   0 Comments

Color spaces of #0487c8

RGB 4135200
HSL0.560.960.40
HSV200°98°78°
CMYK 0.980.330.00   0.22
XYZ19.139421.523957.7894
Yxy21.52390.19440.2186
Hunter Lab46.3939-7.5506-41.3775
CIE-Lab53.5182-6.5805-42.0706

#0487c8 color RGB value is (4,135,200).

#0487c8 hex color red value is 4, green value is 135 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #0487c8 hue: 0.56 , saturation: 0.96 and the lightness value of 0487c8 is 0.40.

The process color (four color CMYK) of #0487c8 color hex is 0.98, 0.33, 0.00, 0.22. Web safe color of #0487c8 is #0099cc. Color #0487c8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10000111 11001000
Octal 4 207 310
Decimal 4 135 200
Hex 4 87 C8

RGB Percentages of Color #0487c8

%1.18
%39.82
%59.00

CMYK Percentages of Color #0487c8

%98
%33
%0
%22

Triadic Colors of #0487c8

#0487c8 #c80487 #87c804

Analogous Colors of #0487c8

#0487c8 #0425c8 #04c8a7

Monochromatic Colors of #0487c8

#0487c8

Complementary Color

#0487c8 #c84504

#0487c8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0487c8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0487c8 Color CSS Codes

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

#0487c8 Text Font Color

<p style="color:#0487c8">Text here</p>

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


#0487c8 Background Color

<div style="background-color:#0487c8">
Div content here</div>

This div background color is #0487c8


#0487c8 Border Color

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

This div border color is #0487c8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,135,200, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0487c8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0487c8;
  -webkit-box-shadow: 1px 1px 3px 2px #0487c8;
  box-shadow:         1px 1px 3px 2px #0487c8; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0487c8


Comments

No comments written yet.

Please login to write comment.