Color Hex Logo

#643abf Color Hex

#643ABF
(100,58,191)
0 Favorites   0 Comments

Color spaces of #643abf

RGB 10058191
HSL0.720.530.49
HSV259°70°75°
CMYK 0.480.700.00   0.25
XYZ16.17269.497050.2709
Yxy9.49700.21300.1251
Hunter Lab30.817239.7451-75.1454
CIE-Lab36.924148.9453-63.3300

#643abf color RGB value is (100,58,191).

#643abf hex color red value is 100, green value is 58 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #643abf hue: 0.72 , saturation: 0.53 and the lightness value of 643abf is 0.49.

The process color (four color CMYK) of #643abf color hex is 0.48, 0.70, 0.00, 0.25. Web safe color of #643abf is #6633cc. Color #643abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00111010 10111111
Octal 144 72 277
Decimal 100 58 191
Hex 64 3A BF

RGB Percentages of Color #643abf

%28.65
%16.62
%54.73

CMYK Percentages of Color #643abf

%48
%70
%0
%25

Triadic Colors of #643abf

#643abf #bf643a #3abf64

Analogous Colors of #643abf

#643abf #a73abf #3a52bf

Monochromatic Colors of #643abf

#643abf

Complementary Color

#643abf #95bf3a

#643abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#643abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#643abf Color CSS Codes

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

#643abf Text Font Color

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

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


#643abf Background Color

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

This div background color is #643abf


#643abf Border Color

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

This div border color is #643abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #643abf


Comments

No comments written yet.

Please login to write comment.