Color Hex Logo

#75abff Color Hex

#75ABFF
(117,171,255)
0 Favorites   0 Comments

Color spaces of #75abff

RGB 117171255
HSL0.601.000.73
HSV217°54°100°
CMYK 0.540.330.00   0.00
XYZ39.949040.1277100.2476
Yxy40.12770.22150.2225
Hunter Lab63.34641.7136-49.4857
CIE-Lab69.56045.7403-47.0485

#75abff color RGB value is (117,171,255).

#75abff hex color red value is 117, green value is 171 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #75abff hue: 0.60 , saturation: 1.00 and the lightness value of 75abff is 0.73.

The process color (four color CMYK) of #75abff color hex is 0.54, 0.33, 0.00, 0.00. Web safe color of #75abff is #6699ff. Color #75abff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10101011 11111111
Octal 165 253 377
Decimal 117 171 255
Hex 75 AB FF

RGB Percentages of Color #75abff

%21.55
%31.49
%46.96

CMYK Percentages of Color #75abff

%54
%33
%0
%0

Triadic Colors of #75abff

#75abff #ff75ab #abff75

Analogous Colors of #75abff

#75abff #8475ff #75f0ff

Monochromatic Colors of #75abff

#75abff

Complementary Color

#75abff #ffc975

#75abff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75abff Color Preview on White Background

Lorem ipsum dolor sit amet.

#75abff Color CSS Codes

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

#75abff Text Font Color

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

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


#75abff Background Color

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

This div background color is #75abff


#75abff Border Color

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

This div border color is #75abff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75abff


Comments

No comments written yet.

Please login to write comment.