Color Hex Logo

#7838ce Color Hex

#7838CE
(120,56,206)
0 Favorites   0 Comments

Color spaces of #7838ce

RGB 12056206
HSL0.740.600.51
HSV266°73°81°
CMYK 0.420.730.00   0.19
XYZ20.300511.277659.4994
Yxy11.27760.22290.1238
Hunter Lab33.582149.1350-81.5400
CIE-Lab40.044157.3076-66.8834

#7838ce color RGB value is (120,56,206).

#7838ce hex color red value is 120, green value is 56 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7838ce hue: 0.74 , saturation: 0.60 and the lightness value of 7838ce is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00111000 11001110
Octal 170 70 316
Decimal 120 56 206
Hex 78 38 CE

RGB Percentages of Color #7838ce

%31.41
%14.66
%53.93

CMYK Percentages of Color #7838ce

%42
%73
%0
%19

Triadic Colors of #7838ce

#7838ce #ce7838 #38ce78

Analogous Colors of #7838ce

#7838ce #c338ce #3843ce

Monochromatic Colors of #7838ce

#7838ce

Complementary Color

#7838ce #8ece38

#7838ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7838ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7838ce Color CSS Codes

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

#7838ce Text Font Color

<p style="color:#7838ce">Text here</p>

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


#7838ce Background Color

<div style="background-color:#7838ce">
Div content here</div>

This div background color is #7838ce


#7838ce Border Color

<div style="border:3px solid #7838ce">
Div here</div>

This div border color is #7838ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,56,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7838ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7838ce;
  -webkit-box-shadow: 1px 1px 3px 2px #7838ce;
  box-shadow:         1px 1px 3px 2px #7838ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7838ce


Comments

No comments written yet.

Please login to write comment.