Color Hex Logo

#666398 Color Hex

#666398
(102,99,152)
0 Favorites   0 Comments

Color spaces of #666398

RGB 10299152
HSL0.680.210.49
HSV243°35°60°
CMYK 0.330.350.00   0.40
XYZ15.608814.015531.5883
Yxy14.01550.25500.2290
Hunter Lab37.43738.9071-23.8208
CIE-Lab44.255214.0881-28.5110

#666398 color RGB value is (102,99,152).

#666398 hex color red value is 102, green value is 99 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #666398 hue: 0.68 , saturation: 0.21 and the lightness value of 666398 is 0.49.

The process color (four color CMYK) of #666398 color hex is 0.33, 0.35, 0.00, 0.40. Web safe color of #666398 is #666699. Color #666398 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01100011 10011000
Octal 146 143 230
Decimal 102 99 152
Hex 66 63 98

RGB Percentages of Color #666398

%28.90
%28.05
%43.06

CMYK Percentages of Color #666398

%33
%35
%0
%40

Triadic Colors of #666398

#666398 #986663 #639866

Analogous Colors of #666398

#666398 #816398 #637b98

Monochromatic Colors of #666398

#666398

Complementary Color

#666398 #959863

#666398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#666398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#666398 Color CSS Codes

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

#666398 Text Font Color

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

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


#666398 Background Color

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

This div background color is #666398


#666398 Border Color

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

This div border color is #666398


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #666398


Comments

No comments written yet.

Please login to write comment.