Color Hex Logo

#661baf Color Hex

#661BAF
(102,27,175)
0 Favorites   0 Comments

Color spaces of #661baf

RGB 10227175
HSL0.750.730.40
HSV270°85°69°
CMYK 0.420.850.00   0.31
XYZ13.60936.703841.1341
Yxy6.70380.22150.1091
Hunter Lab25.891748.5134-76.0697
CIE-Lab31.122958.4630-63.3345

#661baf color RGB value is (102,27,175).

#661baf hex color red value is 102, green value is 27 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #661baf hue: 0.75 , saturation: 0.73 and the lightness value of 661baf is 0.40.

The process color (four color CMYK) of #661baf color hex is 0.42, 0.85, 0.00, 0.31. Web safe color of #661baf is #663399. Color #661baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00011011 10101111
Octal 146 33 257
Decimal 102 27 175
Hex 66 1B AF

RGB Percentages of Color #661baf

%33.55
%8.88
%57.57

CMYK Percentages of Color #661baf

%42
%85
%0
%31

Triadic Colors of #661baf

#661baf #af661b #1baf66

Analogous Colors of #661baf

#661baf #af1bae #1c1baf

Monochromatic Colors of #661baf

#661baf

Complementary Color

#661baf #64af1b

#661baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#661baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#661baf Color CSS Codes

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

#661baf Text Font Color

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

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


#661baf Background Color

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

This div background color is #661baf


#661baf Border Color

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

This div border color is #661baf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,27,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #661baf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #661baf;
  -webkit-box-shadow: 1px 1px 3px 2px #661baf;
  box-shadow:         1px 1px 3px 2px #661baf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #661baf


Comments

No comments written yet.

Please login to write comment.