Color Hex Logo

#7b0ccf Color Hex

#7B0CCF
(123,12,207)
0 Favorites   0 Comments

Color spaces of #7b0ccf

RGB 12312207
HSL0.760.890.43
HSV274°94°81°
CMYK 0.410.940.00   0.19
XYZ19.56238.978959.7335
Yxy8.97890.22160.1017
Hunter Lab29.964864.0939-97.2166
CIE-Lab35.943671.3146-74.1674

#7b0ccf color RGB value is (123,12,207).

#7b0ccf hex color red value is 123, green value is 12 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #7b0ccf hue: 0.76 , saturation: 0.89 and the lightness value of 7b0ccf is 0.43.

The process color (four color CMYK) of #7b0ccf color hex is 0.41, 0.94, 0.00, 0.19. Web safe color of #7b0ccf is #6600cc. Color #7b0ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 00001100 11001111
Octal 173 14 317
Decimal 123 12 207
Hex 7B C CF

RGB Percentages of Color #7b0ccf

%35.96
%3.51
%60.53

CMYK Percentages of Color #7b0ccf

%41
%94
%0
%19

Triadic Colors of #7b0ccf

#7b0ccf #cf7b0c #0ccf7b

Analogous Colors of #7b0ccf

#7b0ccf #cf0cc2 #190ccf

Monochromatic Colors of #7b0ccf

#7b0ccf

Complementary Color

#7b0ccf #60cf0c

#7b0ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b0ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b0ccf Color CSS Codes

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

#7b0ccf Text Font Color

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

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


#7b0ccf Background Color

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

This div background color is #7b0ccf


#7b0ccf Border Color

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

This div border color is #7b0ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b0ccf


Comments

No comments written yet.

Please login to write comment.