Color Hex Logo

#68267c Color Hex

#68267C
(104,38,124)
0 Favorites   0 Comments

Color spaces of #68267c

RGB 10438124
HSL0.790.530.32
HSV286°69°49°
CMYK 0.160.690.00   0.51
XYZ10.04015.784519.6561
Yxy5.78450.28300.1630
Hunter Lab24.051032.4257-31.6201
CIE-Lab28.862142.9865-35.6855

#68267c color RGB value is (104,38,124).

#68267c hex color red value is 104, green value is 38 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #68267c hue: 0.79 , saturation: 0.53 and the lightness value of 68267c is 0.32.

The process color (four color CMYK) of #68267c color hex is 0.16, 0.69, 0.00, 0.51. Web safe color of #68267c is #663366. Color #68267c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00100110 01111100
Octal 150 46 174
Decimal 104 38 124
Hex 68 26 7C

RGB Percentages of Color #68267c

%39.10
%14.29
%46.62

CMYK Percentages of Color #68267c

%16
%69
%0
%51

Triadic Colors of #68267c

#68267c #7c6826 #267c68

Analogous Colors of #68267c

#68267c #7c2665 #3d267c

Monochromatic Colors of #68267c

#68267c

Complementary Color

#68267c #3a7c26

#68267c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68267c Color Preview on White Background

Lorem ipsum dolor sit amet.

#68267c Color CSS Codes

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

#68267c Text Font Color

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

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


#68267c Background Color

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

This div background color is #68267c


#68267c Border Color

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

This div border color is #68267c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,38,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68267c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68267c;
  -webkit-box-shadow: 1px 1px 3px 2px #68267c;
  box-shadow:         1px 1px 3px 2px #68267c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68267c


Comments

No comments written yet.

Please login to write comment.