Color Hex Logo

#7736fb Color Hex

#7736FB
(119,54,251)
0 Favorites   0 Comments

Color spaces of #7736fb

RGB 11954251
HSL0.720.960.60
HSV260°78°98°
CMYK 0.530.780.00   0.02
XYZ26.339513.525392.4892
Yxy13.52530.19900.1022
Hunter Lab36.776863.4823-123.3636
CIE-Lab43.544369.3250-86.7492

#7736fb color RGB value is (119,54,251).

#7736fb hex color red value is 119, green value is 54 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #7736fb hue: 0.72 , saturation: 0.96 and the lightness value of 7736fb is 0.60.

The process color (four color CMYK) of #7736fb color hex is 0.53, 0.78, 0.00, 0.02. Web safe color of #7736fb is #6633ff. Color #7736fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00110110 11111011
Octal 167 66 373
Decimal 119 54 251
Hex 77 36 FB

RGB Percentages of Color #7736fb

%28.07
%12.74
%59.20

CMYK Percentages of Color #7736fb

%53
%78
%0
%2

Triadic Colors of #7736fb

#7736fb #fb7736 #36fb77

Analogous Colors of #7736fb

#7736fb #da36fb #3658fb

Monochromatic Colors of #7736fb

#7736fb

Complementary Color

#7736fb #bafb36

#7736fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7736fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7736fb Color CSS Codes

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

#7736fb Text Font Color

<p style="color:#7736fb">Text here</p>

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


#7736fb Background Color

<div style="background-color:#7736fb">
Div content here</div>

This div background color is #7736fb


#7736fb Border Color

<div style="border:3px solid #7736fb">
Div here</div>

This div border color is #7736fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,54,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7736fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7736fb;
  -webkit-box-shadow: 1px 1px 3px 2px #7736fb;
  box-shadow:         1px 1px 3px 2px #7736fb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7736fb


Comments

No comments written yet.

Please login to write comment.