Color Hex Logo

#7749cb Color Hex

#7749CB
(119,73,203)
0 Favorites   0 Comments

Color spaces of #7749cb

RGB 11973203
HSL0.730.560.54
HSV261°64°80°
CMYK 0.410.640.00   0.20
XYZ20.769812.998857.9142
Yxy12.99880.22650.1418
Hunter Lab36.053839.7355-70.0013
CIE-Lab42.761447.8807-60.7332

#7749cb color RGB value is (119,73,203).

#7749cb hex color red value is 119, green value is 73 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7749cb hue: 0.73 , saturation: 0.56 and the lightness value of 7749cb is 0.54.

The process color (four color CMYK) of #7749cb color hex is 0.41, 0.64, 0.00, 0.20. Web safe color of #7749cb is #6633cc. Color #7749cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01001001 11001011
Octal 167 111 313
Decimal 119 73 203
Hex 77 49 CB

RGB Percentages of Color #7749cb

%30.13
%18.48
%51.39

CMYK Percentages of Color #7749cb

%41
%64
%0
%20

Triadic Colors of #7749cb

#7749cb #cb7749 #49cb77

Analogous Colors of #7749cb

#7749cb #b849cb #495ccb

Monochromatic Colors of #7749cb

#7749cb

Complementary Color

#7749cb #9dcb49

#7749cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7749cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7749cb Color CSS Codes

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

#7749cb Text Font Color

<p style="color:#7749cb">Text here</p>

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


#7749cb Background Color

<div style="background-color:#7749cb">
Div content here</div>

This div background color is #7749cb


#7749cb Border Color

<div style="border:3px solid #7749cb">
Div here</div>

This div border color is #7749cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,73,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7749cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7749cb;
  -webkit-box-shadow: 1px 1px 3px 2px #7749cb;
  box-shadow:         1px 1px 3px 2px #7749cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,73,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7749cb


Comments

No comments written yet.

Please login to write comment.