Color Hex Logo

#68238c Color Hex

#68238C
(104,35,140)
0 Favorites   0 Comments

Color spaces of #68238c

RGB 10435140
HSL0.780.600.34
HSV279°75°55°
CMYK 0.260.750.00   0.45
XYZ11.04366.038625.3944
Yxy6.03860.26000.1422
Hunter Lab24.573637.2159-44.0690
CIE-Lab29.509647.8214-44.6440

#68238c color RGB value is (104,35,140).

#68238c hex color red value is 104, green value is 35 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #68238c hue: 0.78 , saturation: 0.60 and the lightness value of 68238c is 0.34.

The process color (four color CMYK) of #68238c color hex is 0.26, 0.75, 0.00, 0.45. Web safe color of #68238c is #663399. Color #68238c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00100011 10001100
Octal 150 43 214
Decimal 104 35 140
Hex 68 23 8C

RGB Percentages of Color #68238c

%37.28
%12.54
%50.18

CMYK Percentages of Color #68238c

%26
%75
%0
%45

Triadic Colors of #68238c

#68238c #8c6823 #238c68

Analogous Colors of #68238c

#68238c #8c237c #33238c

Monochromatic Colors of #68238c

#68238c

Complementary Color

#68238c #478c23

#68238c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68238c Color Preview on White Background

Lorem ipsum dolor sit amet.

#68238c Color CSS Codes

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

#68238c Text Font Color

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

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


#68238c Background Color

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

This div background color is #68238c


#68238c Border Color

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

This div border color is #68238c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68238c


Comments

No comments written yet.

Please login to write comment.