Color Hex Logo

#781aed Color Hex

#781AED
(120,26,237)
0 Favorites   0 Comments

Color spaces of #781aed

RGB 12026237
HSL0.740.850.52
HSV267°89°93°
CMYK 0.490.890.00   0.07
XYZ23.401210.846380.9809
Yxy10.84630.20310.0941
Hunter Lab32.933769.1999-122.7349
CIE-Lab39.320474.9291-85.8253

#781aed color RGB value is (120,26,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00011010 11101101
Octal 170 32 355
Decimal 120 26 237
Hex 78 1A ED

RGB Percentages of Color #781aed

%31.33
%6.79
%61.88

CMYK Percentages of Color #781aed

%49
%89
%0
%7

Triadic Colors of #781aed

#781aed #ed781a #1aed78

Analogous Colors of #781aed

#781aed #e21aed #1a26ed

Monochromatic Colors of #781aed

#781aed

Complementary Color

#781aed #8fed1a

#781aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#781aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#781aed Color CSS Codes

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

#781aed Text Font Color

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

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


#781aed Background Color

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

This div background color is #781aed


#781aed Border Color

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

This div border color is #781aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #781aed


Comments

No comments written yet.

Please login to write comment.