Color Hex Logo

#634abf Color Hex

#634ABF
(99,74,191)
0 Favorites   0 Comments

Color spaces of #634abf

RGB 9974191
HSL0.700.480.52
HSV253°61°75°
CMYK 0.480.610.00   0.25
XYZ16.998311.311850.5777
Yxy11.31180.21550.1434
Hunter Lab33.633031.3570-65.6178
CIE-Lab40.100739.8901-58.1668

#634abf color RGB value is (99,74,191).

#634abf hex color red value is 99, green value is 74 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #634abf hue: 0.70 , saturation: 0.48 and the lightness value of 634abf is 0.52.

The process color (four color CMYK) of #634abf color hex is 0.48, 0.61, 0.00, 0.25. Web safe color of #634abf is #6633cc. Color #634abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01001010 10111111
Octal 143 112 277
Decimal 99 74 191
Hex 63 4A BF

RGB Percentages of Color #634abf

%27.20
%20.33
%52.47

CMYK Percentages of Color #634abf

%48
%61
%0
%25

Triadic Colors of #634abf

#634abf #bf634a #4abf63

Analogous Colors of #634abf

#634abf #9e4abf #4a6cbf

Monochromatic Colors of #634abf

#634abf

Complementary Color

#634abf #a6bf4a

#634abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#634abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#634abf Color CSS Codes

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

#634abf Text Font Color

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

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


#634abf Background Color

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

This div background color is #634abf


#634abf Border Color

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

This div border color is #634abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #634abf


Comments

No comments written yet.

Please login to write comment.