Color Hex Logo

#675180 Color Hex

#675180
(103,81,128)
0 Favorites   0 Comments

Color spaces of #675180

RGB 10381128
HSL0.740.220.41
HSV268°37°50°
CMYK 0.200.370.00   0.50
XYZ12.432210.326921.7601
Yxy10.32690.27930.2320
Hunter Lab32.135512.8189-17.6525
CIE-Lab38.422919.2274-23.0987

#675180 color RGB value is (103,81,128).

#675180 hex color red value is 103, green value is 81 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #675180 hue: 0.74 , saturation: 0.22 and the lightness value of 675180 is 0.41.

The process color (four color CMYK) of #675180 color hex is 0.20, 0.37, 0.00, 0.50. Web safe color of #675180 is #666699. Color #675180 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01010001 10000000
Octal 147 121 200
Decimal 103 81 128
Hex 67 51 80

RGB Percentages of Color #675180

%33.01
%25.96
%41.03

CMYK Percentages of Color #675180

%20
%37
%0
%50

Triadic Colors of #675180

#675180 #806751 #518067

Analogous Colors of #675180

#675180 #7f5180 #515380

Monochromatic Colors of #675180

#675180

Complementary Color

#675180 #6a8051

#675180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#675180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#675180 Color CSS Codes

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

#675180 Text Font Color

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

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


#675180 Background Color

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

This div background color is #675180


#675180 Border Color

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

This div border color is #675180


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,81,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #675180; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #675180;
  -webkit-box-shadow: 1px 1px 3px 2px #675180;
  box-shadow:         1px 1px 3px 2px #675180; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #675180


Comments

No comments written yet.

Please login to write comment.