Color Hex Logo

#68125f Color Hex

#68125F
(104,18,95)
0 Favorites   0 Comments

Color spaces of #68125f

RGB 1041895
HSL0.850.700.24
HSV306°83°41°
CMYK 0.000.830.09   0.59
XYZ7.99084.201911.2164
Yxy4.20190.34140.1795
Hunter Lab20.498533.7110-18.0934
CIE-Lab24.328045.2110-24.2240

#68125f color RGB value is (104,18,95).

#68125f hex color red value is 104, green value is 18 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #68125f hue: 0.85 , saturation: 0.70 and the lightness value of 68125f is 0.24.

The process color (four color CMYK) of #68125f color hex is 0.00, 0.83, 0.09, 0.59. Web safe color of #68125f is #660066. Color #68125f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00010010 01011111
Octal 150 22 137
Decimal 104 18 95
Hex 68 12 5F

RGB Percentages of Color #68125f

%47.93
%8.29
%43.78

CMYK Percentages of Color #68125f

%0
%83
%9
%59

Triadic Colors of #68125f

#68125f #5f6812 #125f68

Analogous Colors of #68125f

#68125f #681234 #461268

Monochromatic Colors of #68125f

#68125f

Complementary Color

#68125f #12681b

#68125f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68125f Color Preview on White Background

Lorem ipsum dolor sit amet.

#68125f Color CSS Codes

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

#68125f Text Font Color

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

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


#68125f Background Color

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

This div background color is #68125f


#68125f Border Color

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

This div border color is #68125f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,18,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68125f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68125f;
  -webkit-box-shadow: 1px 1px 3px 2px #68125f;
  box-shadow:         1px 1px 3px 2px #68125f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68125f


Comments

No comments written yet.

Please login to write comment.