Color Hex Logo

#7588fc Color Hex

#7588FC
(117,136,252)
0 Favorites   0 Comments

Color spaces of #7588fc

RGB 117136252
HSL0.640.960.72
HSV232°54°99°
CMYK 0.540.460.00   0.01
XYZ33.711028.418595.8040
Yxy28.41850.21350.1799
Hunter Lab53.309019.5872-69.2364
CIE-Lab60.265025.1993-60.1568

#7588fc color RGB value is (117,136,252).

#7588fc hex color red value is 117, green value is 136 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #7588fc hue: 0.64 , saturation: 0.96 and the lightness value of 7588fc is 0.72.

The process color (four color CMYK) of #7588fc color hex is 0.54, 0.46, 0.00, 0.01. Web safe color of #7588fc is #6699ff. Color #7588fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10001000 11111100
Octal 165 210 374
Decimal 117 136 252
Hex 75 88 FC

RGB Percentages of Color #7588fc

%23.17
%26.93
%49.90

CMYK Percentages of Color #7588fc

%54
%46
%0
%1

Triadic Colors of #7588fc

#7588fc #fc7588 #88fc75

Analogous Colors of #7588fc

#7588fc #a675fc #75ccfc

Monochromatic Colors of #7588fc

#7588fc

Complementary Color

#7588fc #fce975

#7588fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7588fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7588fc Color CSS Codes

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

#7588fc Text Font Color

<p style="color:#7588fc">Text here</p>

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


#7588fc Background Color

<div style="background-color:#7588fc">
Div content here</div>

This div background color is #7588fc


#7588fc Border Color

<div style="border:3px solid #7588fc">
Div here</div>

This div border color is #7588fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,136,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7588fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7588fc;
  -webkit-box-shadow: 1px 1px 3px 2px #7588fc;
  box-shadow:         1px 1px 3px 2px #7588fc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7588fc


Comments

No comments written yet.

Please login to write comment.