Color Hex Logo

#7815cb Color Hex

#7815CB
(120,21,203)
0 Favorites   0 Comments

Color spaces of #7815cb

RGB 12021203
HSL0.760.810.44
HSV273°90°80°
CMYK 0.410.900.00   0.20
XYZ18.79348.841257.2159
Yxy8.84120.22150.1042
Hunter Lab29.734260.7857-93.2748
CIE-Lab35.676768.5455-72.2943

#7815cb color RGB value is (120,21,203).

#7815cb hex color red value is 120, green value is 21 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7815cb hue: 0.76 , saturation: 0.81 and the lightness value of 7815cb is 0.44.

The process color (four color CMYK) of #7815cb color hex is 0.41, 0.90, 0.00, 0.20. Web safe color of #7815cb is #6600cc. Color #7815cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00010101 11001011
Octal 170 25 313
Decimal 120 21 203
Hex 78 15 CB

RGB Percentages of Color #7815cb

%34.88
%6.10
%59.01

CMYK Percentages of Color #7815cb

%41
%90
%0
%20

Triadic Colors of #7815cb

#7815cb #cb7815 #15cb78

Analogous Colors of #7815cb

#7815cb #cb15c3 #1d15cb

Monochromatic Colors of #7815cb

#7815cb

Complementary Color

#7815cb #68cb15

#7815cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7815cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7815cb Color CSS Codes

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

#7815cb Text Font Color

<p style="color:#7815cb">Text here</p>

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


#7815cb Background Color

<div style="background-color:#7815cb">
Div content here</div>

This div background color is #7815cb


#7815cb Border Color

<div style="border:3px solid #7815cb">
Div here</div>

This div border color is #7815cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,21,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7815cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7815cb;
  -webkit-box-shadow: 1px 1px 3px 2px #7815cb;
  box-shadow:         1px 1px 3px 2px #7815cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7815cb


Comments

No comments written yet.

Please login to write comment.