Color Hex Logo

#630fca Color Hex

#630FCA
(99,15,202)
0 Favorites   0 Comments

Color spaces of #630fca

RGB 9915202
HSL0.740.860.43
HSV267°93°79°
CMYK 0.510.930.00   0.21
XYZ15.97717.258656.4361
Yxy7.25860.20050.0911
Hunter Lab26.941858.7065-105.3380
CIE-Lab32.388567.3742-77.2270

#630fca color RGB value is (99,15,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00001111 11001010
Octal 143 17 312
Decimal 99 15 202
Hex 63 F CA

RGB Percentages of Color #630fca

%31.33
%4.75
%63.92

CMYK Percentages of Color #630fca

%51
%93
%0
%21

Triadic Colors of #630fca

#630fca #ca630f #0fca63

Analogous Colors of #630fca

#630fca #c10fca #0f18ca

Monochromatic Colors of #630fca

#630fca

Complementary Color

#630fca #76ca0f

#630fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#630fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#630fca Color CSS Codes

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

#630fca Text Font Color

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

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


#630fca Background Color

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

This div background color is #630fca


#630fca Border Color

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

This div border color is #630fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #630fca


Comments

No comments written yet.

Please login to write comment.