Color Hex Logo

#662eb5 Color Hex

#662EB5
(102,46,181)
0 Favorites   0 Comments

Color spaces of #662eb5

RGB 10246181
HSL0.740.590.45
HSV265°75°71°
CMYK 0.440.750.00   0.29
XYZ14.79708.115044.5025
Yxy8.11500.21950.1204
Hunter Lab28.486842.8668-72.6828
CIE-Lab34.221252.5061-61.8359

#662eb5 color RGB value is (102,46,181).

#662eb5 hex color red value is 102, green value is 46 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #662eb5 hue: 0.74 , saturation: 0.59 and the lightness value of 662eb5 is 0.45.

The process color (four color CMYK) of #662eb5 color hex is 0.44, 0.75, 0.00, 0.29. Web safe color of #662eb5 is #6633cc. Color #662eb5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00101110 10110101
Octal 146 56 265
Decimal 102 46 181
Hex 66 2E B5

RGB Percentages of Color #662eb5

%31.00
%13.98
%55.02

CMYK Percentages of Color #662eb5

%44
%75
%0
%29

Triadic Colors of #662eb5

#662eb5 #b5662e #2eb566

Analogous Colors of #662eb5

#662eb5 #aa2eb5 #2e39b5

Monochromatic Colors of #662eb5

#662eb5

Complementary Color

#662eb5 #7db52e

#662eb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#662eb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#662eb5 Color CSS Codes

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

#662eb5 Text Font Color

<p style="color:#662eb5">Text here</p>

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


#662eb5 Background Color

<div style="background-color:#662eb5">
Div content here</div>

This div background color is #662eb5


#662eb5 Border Color

<div style="border:3px solid #662eb5">
Div here</div>

This div border color is #662eb5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,46,181, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #662eb5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #662eb5;
  -webkit-box-shadow: 1px 1px 3px 2px #662eb5;
  box-shadow:         1px 1px 3px 2px #662eb5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,46,181, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #662eb5


Comments

No comments written yet.

Please login to write comment.