Color Hex Logo

#7b5fcb Color Hex

#7B5FCB
(123,95,203)
0 Favorites   0 Comments

Color spaces of #7b5fcb

RGB 12395203
HSL0.710.510.58
HSV256°53°80°
CMYK 0.390.530.00   0.20
XYZ23.040116.707258.5104
Yxy16.70720.23450.1700
Hunter Lab40.874429.0866-56.2595
CIE-Lab47.889036.3753-52.4468

#7b5fcb color RGB value is (123,95,203).

#7b5fcb hex color red value is 123, green value is 95 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7b5fcb hue: 0.71 , saturation: 0.51 and the lightness value of 7b5fcb is 0.58.

The process color (four color CMYK) of #7b5fcb color hex is 0.39, 0.53, 0.00, 0.20. Web safe color of #7b5fcb is #6666cc. Color #7b5fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 01011111 11001011
Octal 173 137 313
Decimal 123 95 203
Hex 7B 5F CB

RGB Percentages of Color #7b5fcb

%29.22
%22.57
%48.22

CMYK Percentages of Color #7b5fcb

%39
%53
%0
%20

Triadic Colors of #7b5fcb

#7b5fcb #cb7b5f #5fcb7b

Analogous Colors of #7b5fcb

#7b5fcb #b15fcb #5f79cb

Monochromatic Colors of #7b5fcb

#7b5fcb

Complementary Color

#7b5fcb #afcb5f

#7b5fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b5fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b5fcb Color CSS Codes

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

#7b5fcb Text Font Color

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

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


#7b5fcb Background Color

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

This div background color is #7b5fcb


#7b5fcb Border Color

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

This div border color is #7b5fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b5fcb


Comments

No comments written yet.

Please login to write comment.