Color Hex Logo

#632faf Color Hex

#632FAF
(99,47,175)
0 Favorites   0 Comments

Color spaces of #632faf

RGB 9947175
HSL0.730.580.44
HSV264°73°69°
CMYK 0.430.730.00   0.31
XYZ13.90007.780841.3267
Yxy7.78080.22060.1235
Hunter Lab27.894140.1343-68.3157
CIE-Lab33.522149.9706-59.4231

#632faf color RGB value is (99,47,175).

#632faf hex color red value is 99, green value is 47 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #632faf hue: 0.73 , saturation: 0.58 and the lightness value of 632faf is 0.44.

The process color (four color CMYK) of #632faf color hex is 0.43, 0.73, 0.00, 0.31. Web safe color of #632faf is #663399. Color #632faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00101111 10101111
Octal 143 57 257
Decimal 99 47 175
Hex 63 2F AF

RGB Percentages of Color #632faf

%30.84
%14.64
%54.52

CMYK Percentages of Color #632faf

%43
%73
%0
%31

Triadic Colors of #632faf

#632faf #af632f #2faf63

Analogous Colors of #632faf

#632faf #a32faf #2f3baf

Monochromatic Colors of #632faf

#632faf

Complementary Color

#632faf #7baf2f

#632faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#632faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#632faf Color CSS Codes

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

#632faf Text Font Color

<p style="color:#632faf">Text here</p>

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


#632faf Background Color

<div style="background-color:#632faf">
Div content here</div>

This div background color is #632faf


#632faf Border Color

<div style="border:3px solid #632faf">
Div here</div>

This div border color is #632faf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,47,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 #632faf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #632faf


Comments

No comments written yet.

Please login to write comment.