Color Hex Logo

#781bff Color Hex

#781BFF
(120,27,255)
0 Favorites   0 Comments

Color spaces of #781bff

RGB 12027255
HSL0.731.000.55
HSV264°89°100°
CMYK 0.530.890.00   0.00
XYZ26.187711.996995.5431
Yxy11.99690.19580.0897
Hunter Lab34.636574.3448-139.3028
CIE-Lab41.211278.7542-92.8340

#781bff color RGB value is (120,27,255).

#781bff hex color red value is 120, green value is 27 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #781bff hue: 0.73 , saturation: 1.00 and the lightness value of 781bff is 0.55.

The process color (four color CMYK) of #781bff color hex is 0.53, 0.89, 0.00, 0.00. Web safe color of #781bff is #6633ff. Color #781bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00011011 11111111
Octal 170 33 377
Decimal 120 27 255
Hex 78 1B FF

RGB Percentages of Color #781bff

%29.85
%6.72
%63.43

CMYK Percentages of Color #781bff

%53
%89
%0
%0

Triadic Colors of #781bff

#781bff #ff781b #1bff78

Analogous Colors of #781bff

#781bff #ea1bff #1b30ff

Monochromatic Colors of #781bff

#781bff

Complementary Color

#781bff #a2ff1b

#781bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#781bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#781bff Color CSS Codes

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

#781bff Text Font Color

<p style="color:#781bff">Text here</p>

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


#781bff Background Color

<div style="background-color:#781bff">
Div content here</div>

This div background color is #781bff


#781bff Border Color

<div style="border:3px solid #781bff">
Div here</div>

This div border color is #781bff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,27,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #781bff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #781bff;
  -webkit-box-shadow: 1px 1px 3px 2px #781bff;
  box-shadow:         1px 1px 3px 2px #781bff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #781bff


Comments

No comments written yet.

Please login to write comment.