Color Hex Logo

#7642bf Color Hex

#7642BF
(118,66,191)
0 Favorites   0 Comments

Color spaces of #7642bf

RGB 11866191
HSL0.740.490.50
HSV265°65°75°
CMYK 0.380.650.00   0.25
XYZ18.823411.509650.5197
Yxy11.50960.23280.1424
Hunter Lab33.925839.6688-64.5421
CIE-Lab40.425848.2301-57.5471

#7642bf color RGB value is (118,66,191).

#7642bf hex color red value is 118, green value is 66 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7642bf hue: 0.74 , saturation: 0.49 and the lightness value of 7642bf is 0.50.

The process color (four color CMYK) of #7642bf color hex is 0.38, 0.65, 0.00, 0.25. Web safe color of #7642bf is #6633cc. Color #7642bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01000010 10111111
Octal 166 102 277
Decimal 118 66 191
Hex 76 42 BF

RGB Percentages of Color #7642bf

%31.47
%17.60
%50.93

CMYK Percentages of Color #7642bf

%38
%65
%0
%25

Triadic Colors of #7642bf

#7642bf #bf7642 #42bf76

Analogous Colors of #7642bf

#7642bf #b542bf #424cbf

Monochromatic Colors of #7642bf

#7642bf

Complementary Color

#7642bf #8bbf42

#7642bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7642bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7642bf Color CSS Codes

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

#7642bf Text Font Color

<p style="color:#7642bf">Text here</p>

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


#7642bf Background Color

<div style="background-color:#7642bf">
Div content here</div>

This div background color is #7642bf


#7642bf Border Color

<div style="border:3px solid #7642bf">
Div here</div>

This div border color is #7642bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,66,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7642bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7642bf;
  -webkit-box-shadow: 1px 1px 3px 2px #7642bf;
  box-shadow:         1px 1px 3px 2px #7642bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,66,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 #7642bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7642bf


Comments

No comments written yet.

Please login to write comment.