Color Hex Logo

#68377d Color Hex

#68377D
(104,55,125)
0 Favorites   0 Comments

Color spaces of #68377d

RGB 10455125
HSL0.780.390.35
HSV282°56°49°
CMYK 0.170.560.00   0.51
XYZ10.77687.156120.2153
Yxy7.15610.28250.1876
Hunter Lab26.750925.0960-26.0791
CIE-Lab32.159734.4181-31.0620

#68377d color RGB value is (104,55,125).

#68377d hex color red value is 104, green value is 55 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #68377d hue: 0.78 , saturation: 0.39 and the lightness value of 68377d is 0.35.

The process color (four color CMYK) of #68377d color hex is 0.17, 0.56, 0.00, 0.51. Web safe color of #68377d is #663366. Color #68377d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00110111 01111101
Octal 150 67 175
Decimal 104 55 125
Hex 68 37 7D

RGB Percentages of Color #68377d

%36.62
%19.37
%44.01

CMYK Percentages of Color #68377d

%17
%56
%0
%51

Triadic Colors of #68377d

#68377d #7d6837 #377d68

Analogous Colors of #68377d

#68377d #7d376f #45377d

Monochromatic Colors of #68377d

#68377d

Complementary Color

#68377d #4c7d37

#68377d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68377d Color Preview on White Background

Lorem ipsum dolor sit amet.

#68377d Color CSS Codes

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

#68377d Text Font Color

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

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


#68377d Background Color

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

This div background color is #68377d


#68377d Border Color

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

This div border color is #68377d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,55,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68377d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68377d;
  -webkit-box-shadow: 1px 1px 3px 2px #68377d;
  box-shadow:         1px 1px 3px 2px #68377d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68377d


Comments

No comments written yet.

Please login to write comment.