Color Hex Logo

#784bec Color Hex

#784BEC
(120,75,236)
0 Favorites   0 Comments

Color spaces of #784bec

RGB 12075236
HSL0.710.810.61
HSV257°68°93°
CMYK 0.490.680.00   0.07
XYZ25.402115.081480.9290
Yxy15.08140.20920.1242
Hunter Lab38.834848.7972-96.3719
CIE-Lab45.745555.9233-74.7088

#784bec color RGB value is (120,75,236).

#784bec hex color red value is 120, green value is 75 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #784bec hue: 0.71 , saturation: 0.81 and the lightness value of 784bec is 0.61.

The process color (four color CMYK) of #784bec color hex is 0.49, 0.68, 0.00, 0.07. Web safe color of #784bec is #6633ff. Color #784bec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01001011 11101100
Octal 170 113 354
Decimal 120 75 236
Hex 78 4B EC

RGB Percentages of Color #784bec

%27.84
%17.40
%54.76

CMYK Percentages of Color #784bec

%49
%68
%0
%7

Triadic Colors of #784bec

#784bec #ec784b #4bec78

Analogous Colors of #784bec

#784bec #c94bec #4b6fec

Monochromatic Colors of #784bec

#784bec

Complementary Color

#784bec #bfec4b

#784bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#784bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#784bec Color CSS Codes

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

#784bec Text Font Color

<p style="color:#784bec">Text here</p>

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


#784bec Background Color

<div style="background-color:#784bec">
Div content here</div>

This div background color is #784bec


#784bec Border Color

<div style="border:3px solid #784bec">
Div here</div>

This div border color is #784bec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,75,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #784bec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #784bec;
  -webkit-box-shadow: 1px 1px 3px 2px #784bec;
  box-shadow:         1px 1px 3px 2px #784bec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,75,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #784bec


Comments

No comments written yet.

Please login to write comment.