Color Hex Logo

#755cbd Color Hex

#755CBD
(117,92,189)
0 Favorites   0 Comments

Color spaces of #755cbd

RGB 11792189
HSL0.710.420.55
HSV255°51°74°
CMYK 0.380.510.00   0.26
XYZ20.348615.110349.9882
Yxy15.11030.23810.1768
Hunter Lab38.872025.4148-49.0348
CIE-Lab45.784932.7988-47.7624

#755cbd color RGB value is (117,92,189).

#755cbd hex color red value is 117, green value is 92 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #755cbd hue: 0.71 , saturation: 0.42 and the lightness value of 755cbd is 0.55.

The process color (four color CMYK) of #755cbd color hex is 0.38, 0.51, 0.00, 0.26. Web safe color of #755cbd is #6666cc. Color #755cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01011100 10111101
Octal 165 134 275
Decimal 117 92 189
Hex 75 5C BD

RGB Percentages of Color #755cbd

%29.40
%23.12
%47.49

CMYK Percentages of Color #755cbd

%38
%51
%0
%26

Triadic Colors of #755cbd

#755cbd #bd755c #5cbd75

Analogous Colors of #755cbd

#755cbd #a65cbd #5c74bd

Monochromatic Colors of #755cbd

#755cbd

Complementary Color

#755cbd #a4bd5c

#755cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#755cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#755cbd Color CSS Codes

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

#755cbd Text Font Color

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

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


#755cbd Background Color

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

This div background color is #755cbd


#755cbd Border Color

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

This div border color is #755cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #755cbd


Comments

No comments written yet.

Please login to write comment.