Color Hex Logo

#783efb Color Hex

#783EFB
(120,62,251)
0 Favorites   0 Comments

Color spaces of #783efb

RGB 12062251
HSL0.720.960.61
HSV258°75°98°
CMYK 0.520.750.00   0.02
XYZ26.880914.403492.6301
Yxy14.40340.20070.1076
Hunter Lab37.951860.0141-118.1446
CIE-Lab44.806066.1052-84.6700

#783efb color RGB value is (120,62,251).

#783efb hex color red value is 120, green value is 62 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #783efb hue: 0.72 , saturation: 0.96 and the lightness value of 783efb is 0.61.

The process color (four color CMYK) of #783efb color hex is 0.52, 0.75, 0.00, 0.02. Web safe color of #783efb is #6633ff. Color #783efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00111110 11111011
Octal 170 76 373
Decimal 120 62 251
Hex 78 3E FB

RGB Percentages of Color #783efb

%27.71
%14.32
%57.97

CMYK Percentages of Color #783efb

%52
%75
%0
%2

Triadic Colors of #783efb

#783efb #fb783e #3efb78

Analogous Colors of #783efb

#783efb #d73efb #3e62fb

Monochromatic Colors of #783efb

#783efb

Complementary Color

#783efb #c1fb3e

#783efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#783efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#783efb Color CSS Codes

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

#783efb Text Font Color

<p style="color:#783efb">Text here</p>

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


#783efb Background Color

<div style="background-color:#783efb">
Div content here</div>

This div background color is #783efb


#783efb Border Color

<div style="border:3px solid #783efb">
Div here</div>

This div border color is #783efb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,62,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #783efb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #783efb;
  -webkit-box-shadow: 1px 1px 3px 2px #783efb;
  box-shadow:         1px 1px 3px 2px #783efb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,62,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 #783efb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #783efb

Related Colors


Comments

No comments written yet.

Please login to write comment.