Color Hex Logo

#632aeb Color Hex

#632AEB
(99,42,235)
0 Favorites   0 Comments

Color spaces of #632aeb

RGB 9942235
HSL0.720.830.54
HSV258°82°92°
CMYK 0.580.820.00   0.08
XYZ20.969010.306779.4815
Yxy10.30670.18930.0931
Hunter Lab32.104060.4065-124.3142
CIE-Lab38.387367.6943-86.3086

#632aeb color RGB value is (99,42,235).

#632aeb hex color red value is 99, green value is 42 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #632aeb hue: 0.72 , saturation: 0.83 and the lightness value of 632aeb is 0.54.

The process color (four color CMYK) of #632aeb color hex is 0.58, 0.82, 0.00, 0.08. Web safe color of #632aeb is #6633ff. Color #632aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00101010 11101011
Octal 143 52 353
Decimal 99 42 235
Hex 63 2A EB

RGB Percentages of Color #632aeb

%26.33
%11.17
%62.50

CMYK Percentages of Color #632aeb

%58
%82
%0
%8

Triadic Colors of #632aeb

#632aeb #eb632a #2aeb63

Analogous Colors of #632aeb

#632aeb #c42aeb #2a51eb

Monochromatic Colors of #632aeb

#632aeb

Complementary Color

#632aeb #b2eb2a

#632aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#632aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#632aeb Color CSS Codes

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

#632aeb Text Font Color

<p style="color:#632aeb">Text here</p>

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


#632aeb Background Color

<div style="background-color:#632aeb">
Div content here</div>

This div background color is #632aeb


#632aeb Border Color

<div style="border:3px solid #632aeb">
Div here</div>

This div border color is #632aeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,42,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #632aeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #632aeb;
  -webkit-box-shadow: 1px 1px 3px 2px #632aeb;
  box-shadow:         1px 1px 3px 2px #632aeb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #632aeb


Comments

No comments written yet.

Please login to write comment.