Color Hex Logo

#75a6cf Color Hex

#75A6CF
(117,166,207)
0 Favorites   0 Comments

Color spaces of #75a6cf

RGB 117166207
HSL0.580.480.64
HSV207°43°81°
CMYK 0.430.200.00   0.19
XYZ32.234835.559364.1962
Yxy35.55930.24420.2694
Hunter Lab59.6316-7.8644-22.0863
CIE-Lab66.1818-5.5478-26.0124

#75a6cf color RGB value is (117,166,207).

#75a6cf hex color red value is 117, green value is 166 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #75a6cf hue: 0.58 , saturation: 0.48 and the lightness value of 75a6cf is 0.64.

The process color (four color CMYK) of #75a6cf color hex is 0.43, 0.20, 0.00, 0.19. Web safe color of #75a6cf is #6699cc. Color #75a6cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10100110 11001111
Octal 165 246 317
Decimal 117 166 207
Hex 75 A6 CF

RGB Percentages of Color #75a6cf

%23.88
%33.88
%42.24

CMYK Percentages of Color #75a6cf

%43
%20
%0
%19

Triadic Colors of #75a6cf

#75a6cf #cf75a6 #a6cf75

Analogous Colors of #75a6cf

#75a6cf #7579cf #75cfcb

Monochromatic Colors of #75a6cf

#75a6cf

Complementary Color

#75a6cf #cf9e75

#75a6cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75a6cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#75a6cf Color CSS Codes

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

#75a6cf Text Font Color

<p style="color:#75a6cf">Text here</p>

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


#75a6cf Background Color

<div style="background-color:#75a6cf">
Div content here</div>

This div background color is #75a6cf


#75a6cf Border Color

<div style="border:3px solid #75a6cf">
Div here</div>

This div border color is #75a6cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,166,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 #75a6cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75a6cf


Comments

No comments written yet.

Please login to write comment.