Color Hex Logo

#755cb2 Color Hex

#755CB2
(117,92,178)
0 Favorites   0 Comments

Color spaces of #755cb2

RGB 11792178
HSL0.720.360.53
HSV257°48°70°
CMYK 0.340.480.00   0.30
XYZ19.199114.650643.9354
Yxy14.65060.24680.1883
Hunter Lab38.276122.5515-41.2630
CIE-Lab45.151929.7855-42.3568

#755cb2 color RGB value is (117,92,178).

#755cb2 hex color red value is 117, green value is 92 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #755cb2 hue: 0.72 , saturation: 0.36 and the lightness value of 755cb2 is 0.53.

The process color (four color CMYK) of #755cb2 color hex is 0.34, 0.48, 0.00, 0.30. Web safe color of #755cb2 is #666699. Color #755cb2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01011100 10110010
Octal 165 134 262
Decimal 117 92 178
Hex 75 5C B2

RGB Percentages of Color #755cb2

%30.23
%23.77
%45.99

CMYK Percentages of Color #755cb2

%34
%48
%0
%30

Triadic Colors of #755cb2

#755cb2 #b2755c #5cb275

Analogous Colors of #755cb2

#755cb2 #a05cb2 #5c6eb2

Monochromatic Colors of #755cb2

#755cb2

Complementary Color

#755cb2 #99b25c

#755cb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#755cb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#755cb2 Color CSS Codes

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

#755cb2 Text Font Color

<p style="color:#755cb2">Text here</p>

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


#755cb2 Background Color

<div style="background-color:#755cb2">
Div content here</div>

This div background color is #755cb2


#755cb2 Border Color

<div style="border:3px solid #755cb2">
Div here</div>

This div border color is #755cb2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,92,178, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #755cb2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #755cb2;
  -webkit-box-shadow: 1px 1px 3px 2px #755cb2;
  box-shadow:         1px 1px 3px 2px #755cb2; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,92,178, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #755cb2


Comments

No comments written yet.

Please login to write comment.