Color Hex Logo

#7b27ce Color Hex

#7B27CE
(123,39,206)
0 Favorites   0 Comments

Color spaces of #7b27ce

RGB 12339206
HSL0.750.680.48
HSV270°81°81°
CMYK 0.400.810.00   0.19
XYZ20.034510.118259.2896
Yxy10.11820.22400.1131
Hunter Lab31.809156.7596-88.2453
CIE-Lab38.053764.5758-70.1227

#7b27ce color RGB value is (123,39,206).

#7b27ce hex color red value is 123, green value is 39 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7b27ce hue: 0.75 , saturation: 0.68 and the lightness value of 7b27ce is 0.48.

The process color (four color CMYK) of #7b27ce color hex is 0.40, 0.81, 0.00, 0.19. Web safe color of #7b27ce is #6633cc. Color #7b27ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 00100111 11001110
Octal 173 47 316
Decimal 123 39 206
Hex 7B 27 CE

RGB Percentages of Color #7b27ce

%33.42
%10.60
%55.98

CMYK Percentages of Color #7b27ce

%40
%81
%0
%19

Triadic Colors of #7b27ce

#7b27ce #ce7b27 #27ce7b

Analogous Colors of #7b27ce

#7b27ce #ce27ce #2727ce

Monochromatic Colors of #7b27ce

#7b27ce

Complementary Color

#7b27ce #7ace27

#7b27ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b27ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b27ce Color CSS Codes

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

#7b27ce Text Font Color

<p style="color:#7b27ce">Text here</p>

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


#7b27ce Background Color

<div style="background-color:#7b27ce">
Div content here</div>

This div background color is #7b27ce


#7b27ce Border Color

<div style="border:3px solid #7b27ce">
Div here</div>

This div border color is #7b27ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(123,39,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7b27ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7b27ce;
  -webkit-box-shadow: 1px 1px 3px 2px #7b27ce;
  box-shadow:         1px 1px 3px 2px #7b27ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,39,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 #7b27ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b27ce


Comments

No comments written yet.

Please login to write comment.