Color Hex Logo

#643efd Color Hex

#643EFD
(100,62,253)
0 Favorites   0 Comments

Color spaces of #643efd

RGB 10062253
HSL0.700.980.62
HSV252°75°99°
CMYK 0.600.750.00   0.01
XYZ24.707813.246494.1831
Yxy13.24640.18700.1002
Hunter Lab36.395657.4856-127.9514
CIE-Lab43.132264.2261-88.6091

#643efd color RGB value is (100,62,253).

#643efd hex color red value is 100, green value is 62 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #643efd hue: 0.70 , saturation: 0.98 and the lightness value of 643efd is 0.62.

The process color (four color CMYK) of #643efd color hex is 0.60, 0.75, 0.00, 0.01. Web safe color of #643efd is #6633ff. Color #643efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00111110 11111101
Octal 144 76 375
Decimal 100 62 253
Hex 64 3E FD

RGB Percentages of Color #643efd

%24.10
%14.94
%60.96

CMYK Percentages of Color #643efd

%60
%75
%0
%1

Triadic Colors of #643efd

#643efd #fd643e #3efd64

Analogous Colors of #643efd

#643efd #c43efd #3e78fd

Monochromatic Colors of #643efd

#643efd

Complementary Color

#643efd #d7fd3e

#643efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#643efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#643efd Color CSS Codes

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

#643efd Text Font Color

<p style="color:#643efd">Text here</p>

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


#643efd Background Color

<div style="background-color:#643efd">
Div content here</div>

This div background color is #643efd


#643efd Border Color

<div style="border:3px solid #643efd">
Div here</div>

This div border color is #643efd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,62,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #643efd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #643efd;
  -webkit-box-shadow: 1px 1px 3px 2px #643efd;
  box-shadow:         1px 1px 3px 2px #643efd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,62,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #643efd


Comments

No comments written yet.

Please login to write comment.