Color Hex Logo

#7b3ecf Color Hex

#7B3ECF
(123,62,207)
0 Favorites   0 Comments

Color spaces of #7b3ecf

RGB 12362207
HSL0.740.600.53
HSV265°70°81°
CMYK 0.410.700.00   0.19
XYZ21.153512.161260.2639
Yxy12.16120.22610.1300
Hunter Lab34.872947.2484-78.0480
CIE-Lab41.471255.2854-65.1203

#7b3ecf color RGB value is (123,62,207).

#7b3ecf hex color red value is 123, green value is 62 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #7b3ecf hue: 0.74 , saturation: 0.60 and the lightness value of 7b3ecf is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 00111110 11001111
Octal 173 76 317
Decimal 123 62 207
Hex 7B 3E CF

RGB Percentages of Color #7b3ecf

%31.38
%15.82
%52.81

CMYK Percentages of Color #7b3ecf

%41
%70
%0
%19

Triadic Colors of #7b3ecf

#7b3ecf #cf7b3e #3ecf7b

Analogous Colors of #7b3ecf

#7b3ecf #c43ecf #3e4acf

Monochromatic Colors of #7b3ecf

#7b3ecf

Complementary Color

#7b3ecf #92cf3e

#7b3ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b3ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b3ecf Color CSS Codes

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

#7b3ecf Text Font Color

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

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


#7b3ecf Background Color

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

This div background color is #7b3ecf


#7b3ecf Border Color

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

This div border color is #7b3ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b3ecf


Comments

No comments written yet.

Please login to write comment.