Color Hex Logo

#735bcb Color Hex

#735BCB
(115,91,203)
0 Favorites   0 Comments

Color spaces of #735bcb

RGB 11591203
HSL0.700.520.58
HSV253°55°80°
CMYK 0.430.550.00   0.20
XYZ21.590815.438858.3419
Yxy15.43880.22640.1619
Hunter Lab39.292229.3230-60.5304
CIE-Lab46.229436.8495-55.1518

#735bcb color RGB value is (115,91,203).

#735bcb hex color red value is 115, green value is 91 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #735bcb hue: 0.70 , saturation: 0.52 and the lightness value of 735bcb is 0.58.

The process color (four color CMYK) of #735bcb color hex is 0.43, 0.55, 0.00, 0.20. Web safe color of #735bcb is #6666cc. Color #735bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01011011 11001011
Octal 163 133 313
Decimal 115 91 203
Hex 73 5B CB

RGB Percentages of Color #735bcb

%28.12
%22.25
%49.63

CMYK Percentages of Color #735bcb

%43
%55
%0
%20

Triadic Colors of #735bcb

#735bcb #cb735b #5bcb73

Analogous Colors of #735bcb

#735bcb #ab5bcb #5b7bcb

Monochromatic Colors of #735bcb

#735bcb

Complementary Color

#735bcb #b3cb5b

#735bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#735bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#735bcb Color CSS Codes

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

#735bcb Text Font Color

<p style="color:#735bcb">Text here</p>

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


#735bcb Background Color

<div style="background-color:#735bcb">
Div content here</div>

This div background color is #735bcb


#735bcb Border Color

<div style="border:3px solid #735bcb">
Div here</div>

This div border color is #735bcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,91,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #735bcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #735bcb;
  -webkit-box-shadow: 1px 1px 3px 2px #735bcb;
  box-shadow:         1px 1px 3px 2px #735bcb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,91,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 #735bcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #735bcb


Comments

No comments written yet.

Please login to write comment.