Color Hex Logo

#600088 Color Hex

#600088
(96,0,136)
0 Favorites   0 Comments

Color spaces of #600088

RGB 960136
HSL0.781.000.27
HSV282°100°53°
CMYK 0.291.000.00   0.47
XYZ9.26784.264423.6272
Yxy4.26440.24940.1148
Hunter Lab20.650443.9716-53.3814
CIE-Lab24.527055.4499-50.3101

#600088 color RGB value is (96,0,136).

#600088 hex color red value is 96, green value is 0 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #600088 hue: 0.78 , saturation: 1.00 and the lightness value of 600088 is 0.27.

The process color (four color CMYK) of #600088 color hex is 0.29, 1.00, 0.00, 0.47. Web safe color of #600088 is #660099. Color #600088 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00000000 10001000
Octal 140 0 210
Decimal 96 0 136
Hex 60 0 88

RGB Percentages of Color #600088

%41.38
%0.00
%58.62

CMYK Percentages of Color #600088

%29
%100
%0
%47

Triadic Colors of #600088

#600088 #886000 #008860

Analogous Colors of #600088

#600088 #88006c #1c0088

Monochromatic Colors of #600088

#600088

Complementary Color

#600088 #288800

#600088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#600088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#600088 Color CSS Codes

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

#600088 Text Font Color

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

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


#600088 Background Color

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

This div background color is #600088


#600088 Border Color

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

This div border color is #600088


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,0,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #600088; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #600088;
  -webkit-box-shadow: 1px 1px 3px 2px #600088;
  box-shadow:         1px 1px 3px 2px #600088; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #600088


Comments

No comments written yet.

Please login to write comment.