Color Hex Logo

#63238a Color Hex

#63238A
(99,35,138)
0 Favorites   0 Comments

Color spaces of #63238a

RGB 9935138
HSL0.770.600.34
HSV277°75°54°
CMYK 0.280.750.00   0.46
XYZ10.33415.689724.5983
Yxy5.68970.25440.1401
Hunter Lab23.853135.5903-44.4451
CIE-Lab28.615746.3336-44.8851

#63238a color RGB value is (99,35,138).

#63238a hex color red value is 99, green value is 35 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #63238a hue: 0.77 , saturation: 0.60 and the lightness value of 63238a is 0.34.

The process color (four color CMYK) of #63238a color hex is 0.28, 0.75, 0.00, 0.46. Web safe color of #63238a is #663399. Color #63238a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00100011 10001010
Octal 143 43 212
Decimal 99 35 138
Hex 63 23 8A

RGB Percentages of Color #63238a

%36.40
%12.87
%50.74

CMYK Percentages of Color #63238a

%28
%75
%0
%46

Triadic Colors of #63238a

#63238a #8a6323 #238a63

Analogous Colors of #63238a

#63238a #8a237e #30238a

Monochromatic Colors of #63238a

#63238a

Complementary Color

#63238a #4a8a23

#63238a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63238a Color Preview on White Background

Lorem ipsum dolor sit amet.

#63238a Color CSS Codes

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

#63238a Text Font Color

<p style="color:#63238a">Text here</p>

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


#63238a Background Color

<div style="background-color:#63238a">
Div content here</div>

This div background color is #63238a


#63238a Border Color

<div style="border:3px solid #63238a">
Div here</div>

This div border color is #63238a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,35,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #63238a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #63238a;
  -webkit-box-shadow: 1px 1px 3px 2px #63238a;
  box-shadow:         1px 1px 3px 2px #63238a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63238a


Comments

No comments written yet.

Please login to write comment.