Color Hex Logo

#7b2fbc Color Hex

#7B2FBC
(123,47,188)
0 Favorites   0 Comments

Color spaces of #7b2fbc

RGB 12347188
HSL0.760.600.46
HSV272°75°74°
CMYK 0.350.750.00   0.26
XYZ18.26209.874848.5205
Yxy9.87480.23820.1288
Hunter Lab31.424248.7420-69.5497
CIE-Lab37.616857.4114-60.3203

#7b2fbc color RGB value is (123,47,188).

#7b2fbc hex color red value is 123, green value is 47 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7b2fbc hue: 0.76 , saturation: 0.60 and the lightness value of 7b2fbc is 0.46.

The process color (four color CMYK) of #7b2fbc color hex is 0.35, 0.75, 0.00, 0.26. Web safe color of #7b2fbc is #6633cc. Color #7b2fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 00101111 10111100
Octal 173 57 274
Decimal 123 47 188
Hex 7B 2F BC

RGB Percentages of Color #7b2fbc

%34.36
%13.13
%52.51

CMYK Percentages of Color #7b2fbc

%35
%75
%0
%26

Triadic Colors of #7b2fbc

#7b2fbc #bc7b2f #2fbc7b

Analogous Colors of #7b2fbc

#7b2fbc #bc2fb7 #342fbc

Monochromatic Colors of #7b2fbc

#7b2fbc

Complementary Color

#7b2fbc #70bc2f

#7b2fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b2fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b2fbc Color CSS Codes

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

#7b2fbc Text Font Color

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

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


#7b2fbc Background Color

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

This div background color is #7b2fbc


#7b2fbc Border Color

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

This div border color is #7b2fbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,47,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b2fbc


Comments

No comments written yet.

Please login to write comment.