Color Hex Logo

#7658db Color Hex

#7658DB
(118,88,219)
0 Favorites   0 Comments

Color spaces of #7658db

RGB 11888219
HSL0.700.650.60
HSV254°60°86°
CMYK 0.460.600.00   0.14
XYZ23.747115.945568.8440
Yxy15.94550.21880.1469
Hunter Lab39.931836.2717-74.2660
CIE-Lab46.902943.7823-63.2052

#7658db color RGB value is (118,88,219).

#7658db hex color red value is 118, green value is 88 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7658db hue: 0.70 , saturation: 0.65 and the lightness value of 7658db is 0.60.

The process color (four color CMYK) of #7658db color hex is 0.46, 0.60, 0.00, 0.14. Web safe color of #7658db is #6666cc. Color #7658db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01011000 11011011
Octal 166 130 333
Decimal 118 88 219
Hex 76 58 DB

RGB Percentages of Color #7658db

%27.76
%20.71
%51.53

CMYK Percentages of Color #7658db

%46
%60
%0
%14

Triadic Colors of #7658db

#7658db #db7658 #58db76

Analogous Colors of #7658db

#7658db #b858db #587cdb

Monochromatic Colors of #7658db

#7658db

Complementary Color

#7658db #bddb58

#7658db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7658db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7658db Color CSS Codes

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

#7658db Text Font Color

<p style="color:#7658db">Text here</p>

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


#7658db Background Color

<div style="background-color:#7658db">
Div content here</div>

This div background color is #7658db


#7658db Border Color

<div style="border:3px solid #7658db">
Div here</div>

This div border color is #7658db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,88,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7658db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7658db;
  -webkit-box-shadow: 1px 1px 3px 2px #7658db;
  box-shadow:         1px 1px 3px 2px #7658db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7658db


Comments

No comments written yet.

Please login to write comment.