Color Hex Logo

#634abc Color Hex

#634ABC
(99,74,188)
0 Favorites   0 Comments

Color spaces of #634abc

RGB 9974188
HSL0.700.460.51
HSV253°61°74°
CMYK 0.470.610.00   0.26
XYZ16.671511.181048.8564
Yxy11.18100.21730.1458
Hunter Lab33.438030.4799-63.2223
CIE-Lab39.883739.0087-56.7636

#634abc color RGB value is (99,74,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01001010 10111100
Octal 143 112 274
Decimal 99 74 188
Hex 63 4A BC

RGB Percentages of Color #634abc

%27.42
%20.50
%52.08

CMYK Percentages of Color #634abc

%47
%61
%0
%26

Triadic Colors of #634abc

#634abc #bc634a #4abc63

Analogous Colors of #634abc

#634abc #9c4abc #4a6abc

Monochromatic Colors of #634abc

#634abc

Complementary Color

#634abc #a3bc4a

#634abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#634abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#634abc Color CSS Codes

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

#634abc Text Font Color

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

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


#634abc Background Color

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

This div background color is #634abc


#634abc Border Color

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

This div border color is #634abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #634abc


Comments

No comments written yet.

Please login to write comment.