Color Hex Logo

#755dce Color Hex

#755DCE
(117,93,206)
0 Favorites   0 Comments

Color spaces of #755dce

RGB 11793206
HSL0.700.540.59
HSV253°55°81°
CMYK 0.430.550.00   0.19
XYZ22.391016.066860.3136
Yxy16.06680.22670.1627
Hunter Lab40.083429.5659-61.1554
CIE-Lab47.062036.9841-55.5261

#755dce color RGB value is (117,93,206).

#755dce hex color red value is 117, green value is 93 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #755dce hue: 0.70 , saturation: 0.54 and the lightness value of 755dce is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01011101 11001110
Octal 165 135 316
Decimal 117 93 206
Hex 75 5D CE

RGB Percentages of Color #755dce

%28.13
%22.36
%49.52

CMYK Percentages of Color #755dce

%43
%55
%0
%19

Triadic Colors of #755dce

#755dce #ce755d #5dce75

Analogous Colors of #755dce

#755dce #ae5dce #5d7ece

Monochromatic Colors of #755dce

#755dce

Complementary Color

#755dce #b6ce5d

#755dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#755dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#755dce Color CSS Codes

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

#755dce Text Font Color

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

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


#755dce Background Color

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

This div background color is #755dce


#755dce Border Color

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

This div border color is #755dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #755dce


Comments

No comments written yet.

Please login to write comment.