Color Hex Logo

#68257d Color Hex

#68257D
(104,37,125)
0 Favorites   0 Comments

Color spaces of #68257d

RGB 10437125
HSL0.790.540.32
HSV286°70°49°
CMYK 0.170.700.00   0.51
XYZ10.07225.746919.9804
Yxy5.74690.28140.1605
Hunter Lab23.972733.0451-32.6353
CIE-Lab28.764743.6580-36.4717

#68257d color RGB value is (104,37,125).

#68257d hex color red value is 104, green value is 37 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #68257d hue: 0.79 , saturation: 0.54 and the lightness value of 68257d is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00100101 01111101
Octal 150 45 175
Decimal 104 37 125
Hex 68 25 7D

RGB Percentages of Color #68257d

%39.10
%13.91
%46.99

CMYK Percentages of Color #68257d

%17
%70
%0
%51

Triadic Colors of #68257d

#68257d #7d6825 #257d68

Analogous Colors of #68257d

#68257d #7d2566 #3c257d

Monochromatic Colors of #68257d

#68257d

Complementary Color

#68257d #3a7d25

#68257d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68257d Color Preview on White Background

Lorem ipsum dolor sit amet.

#68257d Color CSS Codes

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

#68257d Text Font Color

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

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


#68257d Background Color

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

This div background color is #68257d


#68257d Border Color

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

This div border color is #68257d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,37,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 #68257d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68257d


Comments

No comments written yet.

Please login to write comment.