Color Hex Logo

#64087c Color Hex

#64087C
(100,8,124)
0 Favorites   0 Comments

Color spaces of #64087c

RGB 1008124
HSL0.800.880.26
HSV288°94°49°
CMYK 0.190.940.00   0.51
XYZ8.98054.338219.4328
Yxy4.33820.27420.1325
Hunter Lab20.828340.5137-40.7376
CIE-Lab24.759452.0449-42.3295

#64087c color RGB value is (100,8,124).

#64087c hex color red value is 100, green value is 8 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #64087c hue: 0.80 , saturation: 0.88 and the lightness value of 64087c is 0.26.

The process color (four color CMYK) of #64087c color hex is 0.19, 0.94, 0.00, 0.51. Web safe color of #64087c is #660066. Color #64087c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00001000 01111100
Octal 144 10 174
Decimal 100 8 124
Hex 64 8 7C

RGB Percentages of Color #64087c

%43.10
%3.45
%53.45

CMYK Percentages of Color #64087c

%19
%94
%0
%51

Triadic Colors of #64087c

#64087c #7c6408 #087c64

Analogous Colors of #64087c

#64087c #7c085a #2a087c

Monochromatic Colors of #64087c

#64087c

Complementary Color

#64087c #207c08

#64087c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64087c Color Preview on White Background

Lorem ipsum dolor sit amet.

#64087c Color CSS Codes

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

#64087c Text Font Color

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

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


#64087c Background Color

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

This div background color is #64087c


#64087c Border Color

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

This div border color is #64087c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,8,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #64087c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #64087c;
  -webkit-box-shadow: 1px 1px 3px 2px #64087c;
  box-shadow:         1px 1px 3px 2px #64087c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64087c


Comments

No comments written yet.

Please login to write comment.