Color Hex Logo

#6672eb Color Hex

#6672EB
(102,114,235)
0 Favorites   0 Comments

Color spaces of #6672eb

RGB 102114235
HSL0.650.770.66
HSV235°57°92°
CMYK 0.570.510.00   0.08
XYZ26.492220.857681.2269
Yxy20.85760.20600.1622
Hunter Lab45.670123.6211-73.4815
CIE-Lab52.793330.0875-62.7794

#6672eb color RGB value is (102,114,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01110010 11101011
Octal 146 162 353
Decimal 102 114 235
Hex 66 72 EB

RGB Percentages of Color #6672eb

%22.62
%25.28
%52.11

CMYK Percentages of Color #6672eb

%57
%51
%0
%8

Triadic Colors of #6672eb

#6672eb #eb6672 #72eb66

Analogous Colors of #6672eb

#6672eb #9d66eb #66b5eb

Monochromatic Colors of #6672eb

#6672eb

Complementary Color

#6672eb #ebdf66

#6672eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6672eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6672eb Color CSS Codes

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

#6672eb Text Font Color

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

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


#6672eb Background Color

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

This div background color is #6672eb


#6672eb Border Color

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

This div border color is #6672eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,114,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 #6672eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6672eb


Comments

No comments written yet.

Please login to write comment.