Color Hex Logo

#634b85 Color Hex

#634B85
(99,75,133)
0 Favorites   0 Comments

Color spaces of #634b85

RGB 9975133
HSL0.740.280.41
HSV265°44°52°
CMYK 0.260.440.00   0.48
XYZ11.89539.378323.3735
Yxy9.37830.26640.2101
Hunter Lab30.624015.7428-23.8158
CIE-Lab36.702722.9344-28.8858

#634b85 color RGB value is (99,75,133).

#634b85 hex color red value is 99, green value is 75 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #634b85 hue: 0.74 , saturation: 0.28 and the lightness value of 634b85 is 0.41.

The process color (four color CMYK) of #634b85 color hex is 0.26, 0.44, 0.00, 0.48. Web safe color of #634b85 is #663399. Color #634b85 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01001011 10000101
Octal 143 113 205
Decimal 99 75 133
Hex 63 4B 85

RGB Percentages of Color #634b85

%32.25
%24.43
%43.32

CMYK Percentages of Color #634b85

%26
%44
%0
%48

Triadic Colors of #634b85

#634b85 #85634b #4b8563

Analogous Colors of #634b85

#634b85 #804b85 #4b5085

Monochromatic Colors of #634b85

#634b85

Complementary Color

#634b85 #6d854b

#634b85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#634b85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#634b85 Color CSS Codes

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

#634b85 Text Font Color

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

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


#634b85 Background Color

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

This div background color is #634b85


#634b85 Border Color

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

This div border color is #634b85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #634b85


Comments

No comments written yet.

Please login to write comment.