Color Hex Logo

#755fec Color Hex

#755FEC
(117,95,236)
0 Favorites   0 Comments

Color spaces of #755fec

RGB 11795236
HSL0.690.790.65
HSV249°60°93°
CMYK 0.500.600.00   0.07
XYZ26.568618.022581.4352
Yxy18.02250.21080.1430
Hunter Lab42.452937.4193-84.0159
CIE-Lab49.523444.4956-68.5721

#755fec color RGB value is (117,95,236).

#755fec hex color red value is 117, green value is 95 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #755fec hue: 0.69 , saturation: 0.79 and the lightness value of 755fec is 0.65.

The process color (four color CMYK) of #755fec color hex is 0.50, 0.60, 0.00, 0.07. Web safe color of #755fec is #6666ff. Color #755fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01011111 11101100
Octal 165 137 354
Decimal 117 95 236
Hex 75 5F EC

RGB Percentages of Color #755fec

%26.12
%21.21
%52.68

CMYK Percentages of Color #755fec

%50
%60
%0
%7

Triadic Colors of #755fec

#755fec #ec755f #5fec75

Analogous Colors of #755fec

#755fec #bc5fec #5f90ec

Monochromatic Colors of #755fec

#755fec

Complementary Color

#755fec #d6ec5f

#755fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#755fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#755fec Color CSS Codes

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

#755fec Text Font Color

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

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


#755fec Background Color

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

This div background color is #755fec


#755fec Border Color

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

This div border color is #755fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #755fec


Comments

No comments written yet.

Please login to write comment.