Color Hex Logo

#6574eb Color Hex

#6574EB
(101,116,235)
0 Favorites   0 Comments

Color spaces of #6574eb

RGB 101116235
HSL0.650.770.66
HSV233°57°92°
CMYK 0.570.510.00   0.08
XYZ26.607621.255681.2976
Yxy21.25560.20600.1646
Hunter Lab46.103822.3350-72.2770
CIE-Lab53.228128.6868-62.0824

#6574eb color RGB value is (101,116,235).

#6574eb hex color red value is 101, green value is 116 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6574eb hue: 0.65 , saturation: 0.77 and the lightness value of 6574eb is 0.66.

The process color (four color CMYK) of #6574eb color hex is 0.57, 0.51, 0.00, 0.08. Web safe color of #6574eb is #6666ff. Color #6574eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01110100 11101011
Octal 145 164 353
Decimal 101 116 235
Hex 65 74 EB

RGB Percentages of Color #6574eb

%22.35
%25.66
%51.99

CMYK Percentages of Color #6574eb

%57
%51
%0
%8

Triadic Colors of #6574eb

#6574eb #eb6574 #74eb65

Analogous Colors of #6574eb

#6574eb #9965eb #65b7eb

Monochromatic Colors of #6574eb

#6574eb

Complementary Color

#6574eb #ebdc65

#6574eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6574eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6574eb Color CSS Codes

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

#6574eb Text Font Color

<p style="color:#6574eb">Text here</p>

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


#6574eb Background Color

<div style="background-color:#6574eb">
Div content here</div>

This div background color is #6574eb


#6574eb Border Color

<div style="border:3px solid #6574eb">
Div here</div>

This div border color is #6574eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,116,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6574eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6574eb;
  -webkit-box-shadow: 1px 1px 3px 2px #6574eb;
  box-shadow:         1px 1px 3px 2px #6574eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,116,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6574eb


Comments

No comments written yet.

Please login to write comment.