Color Hex Logo

#7830cf Color Hex

#7830CF
(120,48,207)
0 Favorites   0 Comments

Color spaces of #7830cf

RGB 12048207
HSL0.740.620.50
HSV267°77°81°
CMYK 0.420.770.00   0.19
XYZ20.065210.612060.0222
Yxy10.61200.22120.1170
Hunter Lab32.576152.9388-86.4400
CIE-Lab38.919160.9975-69.3005

#7830cf color RGB value is (120,48,207).

#7830cf hex color red value is 120, green value is 48 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #7830cf hue: 0.74 , saturation: 0.62 and the lightness value of 7830cf is 0.50.

The process color (four color CMYK) of #7830cf color hex is 0.42, 0.77, 0.00, 0.19. Web safe color of #7830cf is #6633cc. Color #7830cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00110000 11001111
Octal 170 60 317
Decimal 120 48 207
Hex 78 30 CF

RGB Percentages of Color #7830cf

%32.00
%12.80
%55.20

CMYK Percentages of Color #7830cf

%42
%77
%0
%19

Triadic Colors of #7830cf

#7830cf #cf7830 #30cf78

Analogous Colors of #7830cf

#7830cf #c830cf #3037cf

Monochromatic Colors of #7830cf

#7830cf

Complementary Color

#7830cf #87cf30

#7830cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7830cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7830cf Color CSS Codes

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

#7830cf Text Font Color

<p style="color:#7830cf">Text here</p>

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


#7830cf Background Color

<div style="background-color:#7830cf">
Div content here</div>

This div background color is #7830cf


#7830cf Border Color

<div style="border:3px solid #7830cf">
Div here</div>

This div border color is #7830cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,48,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7830cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7830cf;
  -webkit-box-shadow: 1px 1px 3px 2px #7830cf;
  box-shadow:         1px 1px 3px 2px #7830cf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7830cf


Comments

No comments written yet.

Please login to write comment.