Color Hex Logo

#68227d Color Hex

#68227D
(104,34,125)
0 Favorites   0 Comments

Color spaces of #68227d

RGB 10434125
HSL0.790.570.31
HSV286°73°49°
CMYK 0.170.730.00   0.51
XYZ9.98265.567819.9506
Yxy5.56780.28120.1568
Hunter Lab23.596234.2229-33.6124
CIE-Lab28.294844.9799-37.2254

#68227d color RGB value is (104,34,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00100010 01111101
Octal 150 42 175
Decimal 104 34 125
Hex 68 22 7D

RGB Percentages of Color #68227d

%39.54
%12.93
%47.53

CMYK Percentages of Color #68227d

%17
%73
%0
%51

Triadic Colors of #68227d

#68227d #7d6822 #227d68

Analogous Colors of #68227d

#68227d #7d2265 #3a227d

Monochromatic Colors of #68227d

#68227d

Complementary Color

#68227d #377d22

#68227d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68227d Color Preview on White Background

Lorem ipsum dolor sit amet.

#68227d Color CSS Codes

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

#68227d Text Font Color

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

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


#68227d Background Color

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

This div background color is #68227d


#68227d Border Color

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

This div border color is #68227d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68227d


Comments

No comments written yet.

Please login to write comment.