Color Hex Logo

#630ebe Color Hex

#630EBE
(99,14,190)
0 Favorites   0 Comments

Color spaces of #630ebe

RGB 9914190
HSL0.750.860.40
HSV269°93°75°
CMYK 0.480.930.00   0.25
XYZ14.59696.684449.2361
Yxy6.68440.20700.0948
Hunter Lab25.854255.5336-94.8124
CIE-Lab31.077464.8393-72.3425

#630ebe color RGB value is (99,14,190).

#630ebe hex color red value is 99, green value is 14 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #630ebe hue: 0.75 , saturation: 0.86 and the lightness value of 630ebe is 0.40.

The process color (four color CMYK) of #630ebe color hex is 0.48, 0.93, 0.00, 0.25. Web safe color of #630ebe is #6600cc. Color #630ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00001110 10111110
Octal 143 16 276
Decimal 99 14 190
Hex 63 E BE

RGB Percentages of Color #630ebe

%32.67
%4.62
%62.71

CMYK Percentages of Color #630ebe

%48
%93
%0
%25

Triadic Colors of #630ebe

#630ebe #be630e #0ebe63

Analogous Colors of #630ebe

#630ebe #bb0ebe #0e11be

Monochromatic Colors of #630ebe

#630ebe

Complementary Color

#630ebe #69be0e

#630ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#630ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#630ebe Color CSS Codes

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

#630ebe Text Font Color

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

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


#630ebe Background Color

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

This div background color is #630ebe


#630ebe Border Color

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

This div border color is #630ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #630ebe


Comments

No comments written yet.

Please login to write comment.