Color Hex Logo

#633aef Color Hex

#633AEF
(99,58,239)
0 Favorites   0 Comments

Color spaces of #633aef

RGB 9958239
HSL0.700.850.58
HSV254°76°94°
CMYK 0.590.760.00   0.06
XYZ22.238611.910882.7883
Yxy11.91080.19020.1019
Hunter Lab34.512054.6244-118.0679
CIE-Lab41.074062.0923-84.1400

#633aef color RGB value is (99,58,239).

#633aef hex color red value is 99, green value is 58 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #633aef hue: 0.70 , saturation: 0.85 and the lightness value of 633aef is 0.58.

The process color (four color CMYK) of #633aef color hex is 0.59, 0.76, 0.00, 0.06. Web safe color of #633aef is #6633ff. Color #633aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00111010 11101111
Octal 143 72 357
Decimal 99 58 239
Hex 63 3A EF

RGB Percentages of Color #633aef

%25.00
%14.65
%60.35

CMYK Percentages of Color #633aef

%59
%76
%0
%6

Triadic Colors of #633aef

#633aef #ef633a #3aef63

Analogous Colors of #633aef

#633aef #be3aef #3a6cef

Monochromatic Colors of #633aef

#633aef

Complementary Color

#633aef #c6ef3a

#633aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#633aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#633aef Color CSS Codes

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

#633aef Text Font Color

<p style="color:#633aef">Text here</p>

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


#633aef Background Color

<div style="background-color:#633aef">
Div content here</div>

This div background color is #633aef


#633aef Border Color

<div style="border:3px solid #633aef">
Div here</div>

This div border color is #633aef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,58,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #633aef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #633aef;
  -webkit-box-shadow: 1px 1px 3px 2px #633aef;
  box-shadow:         1px 1px 3px 2px #633aef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #633aef


Comments

No comments written yet.

Please login to write comment.