Color Hex Logo

#66198a Color Hex

#66198A
(102,25,138)
0 Favorites   0 Comments

Color spaces of #66198a

RGB 10225138
HSL0.780.690.32
HSV281°82°54°
CMYK 0.260.820.00   0.46
XYZ10.41465.355024.5295
Yxy5.35500.25840.1329
Hunter Lab23.140939.8378-46.6492
CIE-Lab27.723150.7990-46.3103

#66198a color RGB value is (102,25,138).

#66198a hex color red value is 102, green value is 25 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #66198a hue: 0.78 , saturation: 0.69 and the lightness value of 66198a is 0.32.

The process color (four color CMYK) of #66198a color hex is 0.26, 0.82, 0.00, 0.46. Web safe color of #66198a is #660099. Color #66198a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00011001 10001010
Octal 146 31 212
Decimal 102 25 138
Hex 66 19 8A

RGB Percentages of Color #66198a

%38.49
%9.43
%52.08

CMYK Percentages of Color #66198a

%26
%82
%0
%46

Triadic Colors of #66198a

#66198a #8a6619 #198a66

Analogous Colors of #66198a

#66198a #8a1976 #2e198a

Monochromatic Colors of #66198a

#66198a

Complementary Color

#66198a #3d8a19

#66198a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66198a Color Preview on White Background

Lorem ipsum dolor sit amet.

#66198a Color CSS Codes

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

#66198a Text Font Color

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

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


#66198a Background Color

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

This div background color is #66198a


#66198a Border Color

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

This div border color is #66198a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,25,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #66198a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #66198a;
  -webkit-box-shadow: 1px 1px 3px 2px #66198a;
  box-shadow:         1px 1px 3px 2px #66198a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66198a


Comments

No comments written yet.

Please login to write comment.