Color Hex Logo

#755fcf Color Hex

#755FCF
(117,95,207)
0 Favorites   0 Comments

Color spaces of #755fcf

RGB 11795207
HSL0.700.540.59
HSV252°54°81°
CMYK 0.430.540.00   0.19
XYZ22.690816.471361.0148
Yxy16.47130.22650.1644
Hunter Lab40.584828.7750-60.7265
CIE-Lab47.586836.0940-55.2552

#755fcf color RGB value is (117,95,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01011111 11001111
Octal 165 137 317
Decimal 117 95 207
Hex 75 5F CF

RGB Percentages of Color #755fcf

%27.92
%22.67
%49.40

CMYK Percentages of Color #755fcf

%43
%54
%0
%19

Triadic Colors of #755fcf

#755fcf #cf755f #5fcf75

Analogous Colors of #755fcf

#755fcf #ad5fcf #5f81cf

Monochromatic Colors of #755fcf

#755fcf

Complementary Color

#755fcf #b9cf5f

#755fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#755fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#755fcf Color CSS Codes

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

#755fcf Text Font Color

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

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


#755fcf Background Color

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

This div background color is #755fcf


#755fcf Border Color

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

This div border color is #755fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #755fcf


Comments

No comments written yet.

Please login to write comment.