Color Hex Logo

#662088 Color Hex

#662088
(102,32,136)
0 Favorites   0 Comments

Color spaces of #662088

RGB 10232136
HSL0.780.620.33
HSV280°76°53°
CMYK 0.250.760.00   0.47
XYZ10.43995.635423.8300
Yxy5.63540.26160.1412
Hunter Lab23.739036.9572-42.9000
CIE-Lab28.473347.7589-43.8489

#662088 color RGB value is (102,32,136).

#662088 hex color red value is 102, green value is 32 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #662088 hue: 0.78 , saturation: 0.62 and the lightness value of 662088 is 0.33.

The process color (four color CMYK) of #662088 color hex is 0.25, 0.76, 0.00, 0.47. Web safe color of #662088 is #663399. Color #662088 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00100000 10001000
Octal 146 40 210
Decimal 102 32 136
Hex 66 20 88

RGB Percentages of Color #662088

%37.78
%11.85
%50.37

CMYK Percentages of Color #662088

%25
%76
%0
%47

Triadic Colors of #662088

#662088 #886620 #208866

Analogous Colors of #662088

#662088 #882076 #322088

Monochromatic Colors of #662088

#662088

Complementary Color

#662088 #428820

#662088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#662088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#662088 Color CSS Codes

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

#662088 Text Font Color

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

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


#662088 Background Color

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

This div background color is #662088


#662088 Border Color

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

This div border color is #662088


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,32,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 #662088">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #662088


Comments

No comments written yet.

Please login to write comment.