Color Hex Logo

#631cbd Color Hex

#631CBD
(99,28,189)
0 Favorites   0 Comments

Color spaces of #631cbd

RGB 9928189
HSL0.740.740.43
HSV266°85°74°
CMYK 0.480.850.00   0.26
XYZ14.74627.157348.7484
Yxy7.15730.20870.1013
Hunter Lab26.753151.5704-89.3085
CIE-Lab32.162461.0724-69.9633

#631cbd color RGB value is (99,28,189).

#631cbd hex color red value is 99, green value is 28 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #631cbd hue: 0.74 , saturation: 0.74 and the lightness value of 631cbd is 0.43.

The process color (four color CMYK) of #631cbd color hex is 0.48, 0.85, 0.00, 0.26. Web safe color of #631cbd is #6633cc. Color #631cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00011100 10111101
Octal 143 34 275
Decimal 99 28 189
Hex 63 1C BD

RGB Percentages of Color #631cbd

%31.33
%8.86
%59.81

CMYK Percentages of Color #631cbd

%48
%85
%0
%26

Triadic Colors of #631cbd

#631cbd #bd631c #1cbd63

Analogous Colors of #631cbd

#631cbd #b41cbd #1c25bd

Monochromatic Colors of #631cbd

#631cbd

Complementary Color

#631cbd #76bd1c

#631cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#631cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#631cbd Color CSS Codes

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

#631cbd Text Font Color

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

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


#631cbd Background Color

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

This div background color is #631cbd


#631cbd Border Color

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

This div border color is #631cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #631cbd


Comments

No comments written yet.

Please login to write comment.