Color Hex Logo

#755edc Color Hex

#755EDC
(117,94,220)
0 Favorites   0 Comments

Color spaces of #755edc

RGB 11794220
HSL0.700.640.62
HSV251°57°86°
CMYK 0.470.570.00   0.14
XYZ24.257116.954669.7042
Yxy16.95460.21870.1529
Hunter Lab41.176033.0979-71.5451
CIE-Lab48.202840.4179-61.6761

#755edc color RGB value is (117,94,220).

#755edc hex color red value is 117, green value is 94 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #755edc hue: 0.70 , saturation: 0.64 and the lightness value of 755edc is 0.62.

The process color (four color CMYK) of #755edc color hex is 0.47, 0.57, 0.00, 0.14. Web safe color of #755edc is #6666cc. Color #755edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01011110 11011100
Octal 165 136 334
Decimal 117 94 220
Hex 75 5E DC

RGB Percentages of Color #755edc

%27.15
%21.81
%51.04

CMYK Percentages of Color #755edc

%47
%57
%0
%14

Triadic Colors of #755edc

#755edc #dc755e #5edc75

Analogous Colors of #755edc

#755edc #b45edc #5e86dc

Monochromatic Colors of #755edc

#755edc

Complementary Color

#755edc #c5dc5e

#755edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#755edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#755edc Color CSS Codes

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

#755edc Text Font Color

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

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


#755edc Background Color

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

This div background color is #755edc


#755edc Border Color

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

This div border color is #755edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #755edc


Comments

No comments written yet.

Please login to write comment.