Color Hex Logo

#630dce Color Hex

#630DCE
(99,13,206)
0 Favorites   0 Comments

Color spaces of #630dce

RGB 9913206
HSL0.740.880.43
HSV267°94°81°
CMYK 0.520.940.00   0.19
XYZ16.43017.396758.9543
Yxy7.39670.19850.0894
Hunter Lab27.196960.2404-109.4843
CIE-Lab32.693568.6435-79.0561

#630dce color RGB value is (99,13,206).

#630dce hex color red value is 99, green value is 13 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #630dce hue: 0.74 , saturation: 0.88 and the lightness value of 630dce is 0.43.

The process color (four color CMYK) of #630dce color hex is 0.52, 0.94, 0.00, 0.19. Web safe color of #630dce is #6600cc. Color #630dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00001101 11001110
Octal 143 15 316
Decimal 99 13 206
Hex 63 D CE

RGB Percentages of Color #630dce

%31.13
%4.09
%64.78

CMYK Percentages of Color #630dce

%52
%94
%0
%19

Triadic Colors of #630dce

#630dce #ce630d #0dce63

Analogous Colors of #630dce

#630dce #c40dce #0d17ce

Monochromatic Colors of #630dce

#630dce

Complementary Color

#630dce #78ce0d

#630dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#630dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#630dce Color CSS Codes

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

#630dce Text Font Color

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

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


#630dce Background Color

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

This div background color is #630dce


#630dce Border Color

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

This div border color is #630dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #630dce


Comments

No comments written yet.

Please login to write comment.