Color Hex Logo

#784bee Color Hex

#784BEE
(120,75,238)
0 Favorites   0 Comments

Color spaces of #784bee

RGB 12075238
HSL0.710.830.61
HSV257°68°93°
CMYK 0.500.680.00   0.07
XYZ25.694415.198382.4682
Yxy15.19830.20830.1232
Hunter Lab38.985049.4228-98.1316
CIE-Lab45.904656.4680-75.5758

#784bee color RGB value is (120,75,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01001011 11101110
Octal 170 113 356
Decimal 120 75 238
Hex 78 4B EE

RGB Percentages of Color #784bee

%27.71
%17.32
%54.97

CMYK Percentages of Color #784bee

%50
%68
%0
%7

Triadic Colors of #784bee

#784bee #ee784b #4bee78

Analogous Colors of #784bee

#784bee #ca4bee #4b70ee

Monochromatic Colors of #784bee

#784bee

Complementary Color

#784bee #c1ee4b

#784bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#784bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#784bee Color CSS Codes

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

#784bee Text Font Color

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

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


#784bee Background Color

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

This div background color is #784bee


#784bee Border Color

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

This div border color is #784bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #784bee


Comments

No comments written yet.

Please login to write comment.