Color Hex Logo

#671488 Color Hex

#671488
(103,20,136)
0 Favorites   0 Comments

Color spaces of #671488

RGB 10320136
HSL0.790.740.31
HSV283°85°53°
CMYK 0.240.850.00   0.47
XYZ10.28765.161423.7466
Yxy5.16140.26250.1317
Hunter Lab22.718741.0715-46.0694
CIE-Lab27.189752.1216-45.9213

#671488 color RGB value is (103,20,136).

#671488 hex color red value is 103, green value is 20 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #671488 hue: 0.79 , saturation: 0.74 and the lightness value of 671488 is 0.31.

The process color (four color CMYK) of #671488 color hex is 0.24, 0.85, 0.00, 0.47. Web safe color of #671488 is #660099. Color #671488 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00010100 10001000
Octal 147 24 210
Decimal 103 20 136
Hex 67 14 88

RGB Percentages of Color #671488

%39.77
%7.72
%52.51

CMYK Percentages of Color #671488

%24
%85
%0
%47

Triadic Colors of #671488

#671488 #886714 #148867

Analogous Colors of #671488

#671488 #88146f #2d1488

Monochromatic Colors of #671488

#671488

Complementary Color

#671488 #358814

#671488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#671488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#671488 Color CSS Codes

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

#671488 Text Font Color

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

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


#671488 Background Color

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

This div background color is #671488


#671488 Border Color

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

This div border color is #671488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #671488


Comments

No comments written yet.

Please login to write comment.