Color Hex Logo

#634efb Color Hex

#634EFB
(99,78,251)
0 Favorites   0 Comments

Color spaces of #634efb

RGB 9978251
HSL0.690.960.65
HSV247°69°98°
CMYK 0.610.690.00   0.02
XYZ25.282615.066592.8424
Yxy15.06650.18980.1131
Hunter Lab38.815648.3390-114.6439
CIE-Lab45.725155.5051-83.2299

#634efb color RGB value is (99,78,251).

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

The process color (four color CMYK) of #634efb color hex is 0.61, 0.69, 0.00, 0.02. Web safe color of #634efb is #6666ff. Color #634efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01001110 11111011
Octal 143 116 373
Decimal 99 78 251
Hex 63 4E FB

RGB Percentages of Color #634efb

%23.13
%18.22
%58.64

CMYK Percentages of Color #634efb

%61
%69
%0
%2

Triadic Colors of #634efb

#634efb #fb634e #4efb63

Analogous Colors of #634efb

#634efb #ba4efb #4e90fb

Monochromatic Colors of #634efb

#634efb

Complementary Color

#634efb #e6fb4e

#634efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#634efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#634efb Color CSS Codes

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

#634efb Text Font Color

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

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


#634efb Background Color

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

This div background color is #634efb


#634efb Border Color

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

This div border color is #634efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #634efb

Related Colors


Comments

No comments written yet.

Please login to write comment.