Color Hex Logo

#781ceb Color Hex

#781CEB
(120,28,235)
0 Favorites   0 Comments

Color spaces of #781ceb

RGB 12028235
HSL0.740.840.52
HSV267°88°92°
CMYK 0.490.880.00   0.08
XYZ23.156410.821779.4656
Yxy10.82170.20410.0954
Hunter Lab32.896468.0811-120.1956
CIE-Lab39.278574.0129-84.7601

#781ceb color RGB value is (120,28,235).

#781ceb hex color red value is 120, green value is 28 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #781ceb hue: 0.74 , saturation: 0.84 and the lightness value of 781ceb is 0.52.

The process color (four color CMYK) of #781ceb color hex is 0.49, 0.88, 0.00, 0.08. Web safe color of #781ceb is #6633ff. Color #781ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00011100 11101011
Octal 170 34 353
Decimal 120 28 235
Hex 78 1C EB

RGB Percentages of Color #781ceb

%31.33
%7.31
%61.36

CMYK Percentages of Color #781ceb

%49
%88
%0
%8

Triadic Colors of #781ceb

#781ceb #eb781c #1ceb78

Analogous Colors of #781ceb

#781ceb #e01ceb #1c28eb

Monochromatic Colors of #781ceb

#781ceb

Complementary Color

#781ceb #8feb1c

#781ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#781ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#781ceb Color CSS Codes

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

#781ceb Text Font Color

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

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


#781ceb Background Color

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

This div background color is #781ceb


#781ceb Border Color

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

This div border color is #781ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #781ceb


Comments

No comments written yet.

Please login to write comment.