Color Hex Logo

#7b3fce Color Hex

#7B3FCE
(123,63,206)
0 Favorites   0 Comments

Color spaces of #7b3fce

RGB 12363206
HSL0.740.590.53
HSV265°69°81°
CMYK 0.400.690.00   0.19
XYZ21.086512.222259.6403
Yxy12.22220.22690.1315
Hunter Lab34.960346.4829-76.6733
CIE-Lab41.567154.5517-64.3865

#7b3fce color RGB value is (123,63,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 00111111 11001110
Octal 173 77 316
Decimal 123 63 206
Hex 7B 3F CE

RGB Percentages of Color #7b3fce

%31.38
%16.07
%52.55

CMYK Percentages of Color #7b3fce

%40
%69
%0
%19

Triadic Colors of #7b3fce

#7b3fce #ce7b3f #3fce7b

Analogous Colors of #7b3fce

#7b3fce #c33fce #3f4bce

Monochromatic Colors of #7b3fce

#7b3fce

Complementary Color

#7b3fce #92ce3f

#7b3fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b3fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b3fce Color CSS Codes

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

#7b3fce Text Font Color

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

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


#7b3fce Background Color

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

This div background color is #7b3fce


#7b3fce Border Color

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

This div border color is #7b3fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b3fce


Comments

No comments written yet.

Please login to write comment.