Color Hex Logo

#631ece Color Hex

#631ECE
(99,30,206)
0 Favorites   0 Comments

Color spaces of #631ece

RGB 9930206
HSL0.730.750.46
HSV264°85°81°
CMYK 0.520.850.00   0.19
XYZ16.75048.037459.0611
Yxy8.03740.19980.0959
Hunter Lab28.350355.8513-103.6713
CIE-Lab34.060764.5487-76.7972

#631ece color RGB value is (99,30,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00011110 11001110
Octal 143 36 316
Decimal 99 30 206
Hex 63 1E CE

RGB Percentages of Color #631ece

%29.55
%8.96
%61.49

CMYK Percentages of Color #631ece

%52
%85
%0
%19

Triadic Colors of #631ece

#631ece #ce631e #1ece63

Analogous Colors of #631ece

#631ece #bb1ece #1e31ce

Monochromatic Colors of #631ece

#631ece

Complementary Color

#631ece #89ce1e

#631ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#631ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#631ece Color CSS Codes

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

#631ece Text Font Color

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

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


#631ece Background Color

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

This div background color is #631ece


#631ece Border Color

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

This div border color is #631ece


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,30,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 #631ece">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #631ece


Comments

No comments written yet.

Please login to write comment.