Color Hex Logo

#6458e1 Color Hex

#6458E1
(100,88,225)
0 Favorites   0 Comments

Color spaces of #6458e1

RGB 10088225
HSL0.680.700.61
HSV245°61°88°
CMYK 0.560.610.00   0.12
XYZ22.335915.125072.9764
Yxy15.12500.20220.1370
Hunter Lab38.890934.4575-84.0305
CIE-Lab45.804942.1491-68.4664

#6458e1 color RGB value is (100,88,225).

#6458e1 hex color red value is 100, green value is 88 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #6458e1 hue: 0.68 , saturation: 0.70 and the lightness value of 6458e1 is 0.61.

The process color (four color CMYK) of #6458e1 color hex is 0.56, 0.61, 0.00, 0.12. Web safe color of #6458e1 is #6666cc. Color #6458e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01011000 11100001
Octal 144 130 341
Decimal 100 88 225
Hex 64 58 E1

RGB Percentages of Color #6458e1

%24.21
%21.31
%54.48

CMYK Percentages of Color #6458e1

%56
%61
%0
%12

Triadic Colors of #6458e1

#6458e1 #e16458 #58e164

Analogous Colors of #6458e1

#6458e1 #a958e1 #5891e1

Monochromatic Colors of #6458e1

#6458e1

Complementary Color

#6458e1 #d5e158

#6458e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6458e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6458e1 Color CSS Codes

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

#6458e1 Text Font Color

<p style="color:#6458e1">Text here</p>

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


#6458e1 Background Color

<div style="background-color:#6458e1">
Div content here</div>

This div background color is #6458e1


#6458e1 Border Color

<div style="border:3px solid #6458e1">
Div here</div>

This div border color is #6458e1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,88,225, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6458e1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6458e1;
  -webkit-box-shadow: 1px 1px 3px 2px #6458e1;
  box-shadow:         1px 1px 3px 2px #6458e1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6458e1


Comments

No comments written yet.

Please login to write comment.