Color Hex Logo

#682458 Color Hex

#682458
(104,36,88)
0 Favorites   0 Comments

Color spaces of #682458

RGB 1043688
HSL0.870.490.27
HSV314°65°41°
CMYK 0.000.650.15   0.59
XYZ8.10124.90949.7531
Yxy4.90940.35590.2157
Hunter Lab22.157226.4889-10.5881
CIE-Lab26.475136.9605-16.2536

#682458 color RGB value is (104,36,88).

#682458 hex color red value is 104, green value is 36 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #682458 hue: 0.87 , saturation: 0.49 and the lightness value of 682458 is 0.27.

The process color (four color CMYK) of #682458 color hex is 0.00, 0.65, 0.15, 0.59. Web safe color of #682458 is #663366. Color #682458 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00100100 01011000
Octal 150 44 130
Decimal 104 36 88
Hex 68 24 58

RGB Percentages of Color #682458

%45.61
%15.79
%38.60

CMYK Percentages of Color #682458

%0
%65
%15
%59

Triadic Colors of #682458

#682458 #586824 #245868

Analogous Colors of #682458

#682458 #682436 #562468

Monochromatic Colors of #682458

#682458

Complementary Color

#682458 #246834

#682458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#682458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#682458 Color CSS Codes

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

#682458 Text Font Color

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

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


#682458 Background Color

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

This div background color is #682458


#682458 Border Color

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

This div border color is #682458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #682458


Comments

No comments written yet.

Please login to write comment.