Color Hex Logo

#634efc Color Hex

#634EFC
(99,78,252)
0 Favorites   0 Comments

Color spaces of #634efc

RGB 9978252
HSL0.690.970.65
HSV247°69°99°
CMYK 0.610.690.00   0.01
XYZ25.440715.129793.6749
Yxy15.12970.18950.1127
Hunter Lab38.896948.6791-115.5594
CIE-Lab45.811355.8025-83.6465

#634efc color RGB value is (99,78,252).

#634efc hex color red value is 99, green value is 78 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #634efc hue: 0.69 , saturation: 0.97 and the lightness value of 634efc is 0.65.

The process color (four color CMYK) of #634efc color hex is 0.61, 0.69, 0.00, 0.01. Web safe color of #634efc is #6666ff. Color #634efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01001110 11111100
Octal 143 116 374
Decimal 99 78 252
Hex 63 4E FC

RGB Percentages of Color #634efc

%23.08
%18.18
%58.74

CMYK Percentages of Color #634efc

%61
%69
%0
%1

Triadic Colors of #634efc

#634efc #fc634e #4efc63

Analogous Colors of #634efc

#634efc #ba4efc #4e90fc

Monochromatic Colors of #634efc

#634efc

Complementary Color

#634efc #e7fc4e

#634efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#634efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#634efc Color CSS Codes

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

#634efc Text Font Color

<p style="color:#634efc">Text here</p>

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


#634efc Background Color

<div style="background-color:#634efc">
Div content here</div>

This div background color is #634efc


#634efc Border Color

<div style="border:3px solid #634efc">
Div here</div>

This div border color is #634efc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,78,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #634efc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #634efc;
  -webkit-box-shadow: 1px 1px 3px 2px #634efc;
  box-shadow:         1px 1px 3px 2px #634efc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #634efc


Comments

No comments written yet.

Please login to write comment.