Color Hex Logo

#634eeb Color Hex

#634EEB
(99,78,235)
0 Favorites   0 Comments

Color spaces of #634eeb

RGB 9978235
HSL0.690.800.61
HSV248°67°92°
CMYK 0.580.670.00   0.08
XYZ22.865414.099680.1136
Yxy14.09960.19530.1204
Hunter Lab37.549442.9845-100.2136
CIE-Lab44.375450.7299-76.4605

#634eeb color RGB value is (99,78,235).

#634eeb hex color red value is 99, green value is 78 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #634eeb hue: 0.69 , saturation: 0.80 and the lightness value of 634eeb is 0.61.

The process color (four color CMYK) of #634eeb color hex is 0.58, 0.67, 0.00, 0.08. Web safe color of #634eeb is #6666ff. Color #634eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01001110 11101011
Octal 143 116 353
Decimal 99 78 235
Hex 63 4E EB

RGB Percentages of Color #634eeb

%24.03
%18.93
%57.04

CMYK Percentages of Color #634eeb

%58
%67
%0
%8

Triadic Colors of #634eeb

#634eeb #eb634e #4eeb63

Analogous Colors of #634eeb

#634eeb #b24eeb #4e88eb

Monochromatic Colors of #634eeb

#634eeb

Complementary Color

#634eeb #d6eb4e

#634eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#634eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#634eeb Color CSS Codes

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

#634eeb Text Font Color

<p style="color:#634eeb">Text here</p>

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


#634eeb Background Color

<div style="background-color:#634eeb">
Div content here</div>

This div background color is #634eeb


#634eeb Border Color

<div style="border:3px solid #634eeb">
Div here</div>

This div border color is #634eeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,78,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 #634eeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #634eeb


Comments

No comments written yet.

Please login to write comment.