Color Hex Logo

#67088c Color Hex

#67088C
(103,8,140)
0 Favorites   0 Comments

Color spaces of #67088c

RGB 1038140
HSL0.790.890.29
HSV283°94°55°
CMYK 0.260.940.00   0.45
XYZ10.41404.950725.2176
Yxy4.95070.25660.1220
Hunter Lab22.250244.6076-51.6222
CIE-Lab26.593855.6620-49.3848

#67088c color RGB value is (103,8,140).

#67088c hex color red value is 103, green value is 8 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #67088c hue: 0.79 , saturation: 0.89 and the lightness value of 67088c is 0.29.

The process color (four color CMYK) of #67088c color hex is 0.26, 0.94, 0.00, 0.45. Web safe color of #67088c is #660099. Color #67088c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00001000 10001100
Octal 147 10 214
Decimal 103 8 140
Hex 67 8 8C

RGB Percentages of Color #67088c

%41.04
%3.19
%55.78

CMYK Percentages of Color #67088c

%26
%94
%0
%45

Triadic Colors of #67088c

#67088c #8c6708 #088c67

Analogous Colors of #67088c

#67088c #8c086f #25088c

Monochromatic Colors of #67088c

#67088c

Complementary Color

#67088c #2d8c08

#67088c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67088c Color Preview on White Background

Lorem ipsum dolor sit amet.

#67088c Color CSS Codes

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

#67088c Text Font Color

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

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


#67088c Background Color

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

This div background color is #67088c


#67088c Border Color

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

This div border color is #67088c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67088c


Comments

No comments written yet.

Please login to write comment.