Color Hex Logo

#75bce7 Color Hex

#75BCE7
(117,188,231)
0 Favorites   0 Comments

Color spaces of #75bce7

RGB 117188231
HSL0.560.700.68
HSV203°49°91°
CMYK 0.490.190.00   0.09
XYZ39.743145.517982.2924
Yxy45.51790.23720.2717
Hunter Lab67.4670-12.9173-25.0917
CIE-Lab73.2316-10.7285-28.3307

#75bce7 color RGB value is (117,188,231).

#75bce7 hex color red value is 117, green value is 188 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #75bce7 hue: 0.56 , saturation: 0.70 and the lightness value of 75bce7 is 0.68.

The process color (four color CMYK) of #75bce7 color hex is 0.49, 0.19, 0.00, 0.09. Web safe color of #75bce7 is #66ccff. Color #75bce7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10111100 11100111
Octal 165 274 347
Decimal 117 188 231
Hex 75 BC E7

RGB Percentages of Color #75bce7

%21.83
%35.07
%43.10

CMYK Percentages of Color #75bce7

%49
%19
%0
%9

Triadic Colors of #75bce7

#75bce7 #e775bc #bce775

Analogous Colors of #75bce7

#75bce7 #7583e7 #75e7d9

Monochromatic Colors of #75bce7

#75bce7

Complementary Color

#75bce7 #e7a075

#75bce7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75bce7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#75bce7 Color CSS Codes

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

#75bce7 Text Font Color

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

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


#75bce7 Background Color

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

This div background color is #75bce7


#75bce7 Border Color

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

This div border color is #75bce7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75bce7


Comments

No comments written yet.

Please login to write comment.