Color Hex Logo

#631ecd Color Hex

#631ECD
(99,30,205)
0 Favorites   0 Comments

Color spaces of #631ecd

RGB 9930205
HSL0.730.740.46
HSV264°85°80°
CMYK 0.520.850.00   0.20
XYZ16.62937.989058.4232
Yxy7.98900.20030.0962
Hunter Lab28.264855.5551-102.7667
CIE-Lab33.960064.3056-76.3815

#631ecd color RGB value is (99,30,205).

#631ecd hex color red value is 99, green value is 30 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #631ecd hue: 0.73 , saturation: 0.74 and the lightness value of 631ecd is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00011110 11001101
Octal 143 36 315
Decimal 99 30 205
Hex 63 1E CD

RGB Percentages of Color #631ecd

%29.64
%8.98
%61.38

CMYK Percentages of Color #631ecd

%52
%85
%0
%20

Triadic Colors of #631ecd

#631ecd #cd631e #1ecd63

Analogous Colors of #631ecd

#631ecd #bb1ecd #1e31cd

Monochromatic Colors of #631ecd

#631ecd

Complementary Color

#631ecd #88cd1e

#631ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#631ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#631ecd Color CSS Codes

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

#631ecd Text Font Color

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

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


#631ecd Background Color

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

This div background color is #631ecd


#631ecd Border Color

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

This div border color is #631ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #631ecd


Comments

No comments written yet.

Please login to write comment.