Color Hex Logo

#631eaf Color Hex

#631EAF
(99,30,175)
0 Favorites   0 Comments

Color spaces of #631eaf

RGB 9930175
HSL0.750.710.40
HSV269°83°69°
CMYK 0.430.830.00   0.31
XYZ13.34776.676341.1426
Yxy6.67630.21820.1091
Hunter Lab25.838546.9923-76.3203
CIE-Lab31.058357.0542-63.4557

#631eaf color RGB value is (99,30,175).

#631eaf hex color red value is 99, green value is 30 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #631eaf hue: 0.75 , saturation: 0.71 and the lightness value of 631eaf is 0.40.

The process color (four color CMYK) of #631eaf color hex is 0.43, 0.83, 0.00, 0.31. Web safe color of #631eaf is #663399. Color #631eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00011110 10101111
Octal 143 36 257
Decimal 99 30 175
Hex 63 1E AF

RGB Percentages of Color #631eaf

%32.57
%9.87
%57.57

CMYK Percentages of Color #631eaf

%43
%83
%0
%31

Triadic Colors of #631eaf

#631eaf #af631e #1eaf63

Analogous Colors of #631eaf

#631eaf #ac1eaf #1e22af

Monochromatic Colors of #631eaf

#631eaf

Complementary Color

#631eaf #6aaf1e

#631eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#631eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#631eaf Color CSS Codes

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

#631eaf Text Font Color

<p style="color:#631eaf">Text here</p>

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


#631eaf Background Color

<div style="background-color:#631eaf">
Div content here</div>

This div background color is #631eaf


#631eaf Border Color

<div style="border:3px solid #631eaf">
Div here</div>

This div border color is #631eaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,30,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #631eaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #631eaf;
  -webkit-box-shadow: 1px 1px 3px 2px #631eaf;
  box-shadow:         1px 1px 3px 2px #631eaf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #631eaf


Comments

No comments written yet.

Please login to write comment.