Color Hex Logo

#630e7d Color Hex

#630E7D
(99,14,125)
0 Favorites   0 Comments

Color spaces of #630e7d

RGB 9914125
HSL0.790.800.27
HSV286°89°49°
CMYK 0.210.890.00   0.51
XYZ9.00434.447419.7859
Yxy4.44740.27090.1338
Hunter Lab21.088939.3086-40.8646
CIE-Lab25.098650.7840-42.4227

#630e7d color RGB value is (99,14,125).

#630e7d hex color red value is 99, green value is 14 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #630e7d hue: 0.79 , saturation: 0.80 and the lightness value of 630e7d is 0.27.

The process color (four color CMYK) of #630e7d color hex is 0.21, 0.89, 0.00, 0.51. Web safe color of #630e7d is #660066. Color #630e7d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00001110 01111101
Octal 143 16 175
Decimal 99 14 125
Hex 63 E 7D

RGB Percentages of Color #630e7d

%41.60
%5.88
%52.52

CMYK Percentages of Color #630e7d

%21
%89
%0
%51

Triadic Colors of #630e7d

#630e7d #7d630e #0e7d63

Analogous Colors of #630e7d

#630e7d #7d0e5f #2c0e7d

Monochromatic Colors of #630e7d

#630e7d

Complementary Color

#630e7d #287d0e

#630e7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#630e7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#630e7d Color CSS Codes

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

#630e7d Text Font Color

<p style="color:#630e7d">Text here</p>

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


#630e7d Background Color

<div style="background-color:#630e7d">
Div content here</div>

This div background color is #630e7d


#630e7d Border Color

<div style="border:3px solid #630e7d">
Div here</div>

This div border color is #630e7d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,14,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #630e7d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #630e7d;
  -webkit-box-shadow: 1px 1px 3px 2px #630e7d;
  box-shadow:         1px 1px 3px 2px #630e7d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #630e7d


Comments

No comments written yet.

Please login to write comment.