Color Hex Logo

#675892 Color Hex

#675892
(103,88,146)
0 Favorites   0 Comments

Color spaces of #675892

RGB 10388146
HSL0.710.250.46
HSV256°40°57°
CMYK 0.290.400.00   0.43
XYZ14.271511.938328.7463
Yxy11.93830.25970.2172
Hunter Lab34.551813.2630-25.1416
CIE-Lab41.117919.5566-29.8240

#675892 color RGB value is (103,88,146).

#675892 hex color red value is 103, green value is 88 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #675892 hue: 0.71 , saturation: 0.25 and the lightness value of 675892 is 0.46.

The process color (four color CMYK) of #675892 color hex is 0.29, 0.40, 0.00, 0.43. Web safe color of #675892 is #666699. Color #675892 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01011000 10010010
Octal 147 130 222
Decimal 103 88 146
Hex 67 58 92

RGB Percentages of Color #675892

%30.56
%26.11
%43.32

CMYK Percentages of Color #675892

%29
%40
%0
%43

Triadic Colors of #675892

#675892 #926758 #589267

Analogous Colors of #675892

#675892 #845892 #586692

Monochromatic Colors of #675892

#675892

Complementary Color

#675892 #839258

#675892 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#675892 Color Preview on White Background

Lorem ipsum dolor sit amet.

#675892 Color CSS Codes

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

#675892 Text Font Color

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

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


#675892 Background Color

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

This div background color is #675892


#675892 Border Color

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

This div border color is #675892


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #675892


Comments

No comments written yet.

Please login to write comment.