Color Hex Logo

#674280 Color Hex

#674280
(103,66,128)
0 Favorites   0 Comments

Color spaces of #674280

RGB 10366128
HSL0.770.320.38
HSV276°48°50°
CMYK 0.200.480.00   0.50
XYZ11.43808.338521.4287
Yxy8.33850.27760.2024
Hunter Lab28.876520.1703-23.7845
CIE-Lab34.678128.4140-28.9584

#674280 color RGB value is (103,66,128).

#674280 hex color red value is 103, green value is 66 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #674280 hue: 0.77 , saturation: 0.32 and the lightness value of 674280 is 0.38.

The process color (four color CMYK) of #674280 color hex is 0.20, 0.48, 0.00, 0.50. Web safe color of #674280 is #663399. Color #674280 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01000010 10000000
Octal 147 102 200
Decimal 103 66 128
Hex 67 42 80

RGB Percentages of Color #674280

%34.68
%22.22
%43.10

CMYK Percentages of Color #674280

%20
%48
%0
%50

Triadic Colors of #674280

#674280 #806742 #428067

Analogous Colors of #674280

#674280 #80427a #484280

Monochromatic Colors of #674280

#674280

Complementary Color

#674280 #5b8042

#674280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#674280 Color CSS Codes

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

#674280 Text Font Color

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

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


#674280 Background Color

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

This div background color is #674280


#674280 Border Color

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

This div border color is #674280


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,66,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 #674280">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674280


Comments

No comments written yet.

Please login to write comment.