Color Hex Logo

#758cea Color Hex

#758CEA
(117,140,234)
0 Favorites   0 Comments

Color spaces of #758cea

RGB 117140234
HSL0.630.740.69
HSV228°50°92°
CMYK 0.500.400.00   0.08
XYZ31.565528.478681.6751
Yxy28.47860.22270.2010
Hunter Lab53.365312.1931-53.3870
CIE-Lab60.318717.2941-50.1377

#758cea color RGB value is (117,140,234).

#758cea hex color red value is 117, green value is 140 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #758cea hue: 0.63 , saturation: 0.74 and the lightness value of 758cea is 0.69.

The process color (four color CMYK) of #758cea color hex is 0.50, 0.40, 0.00, 0.08. Web safe color of #758cea is #6699ff. Color #758cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10001100 11101010
Octal 165 214 352
Decimal 117 140 234
Hex 75 8C EA

RGB Percentages of Color #758cea

%23.83
%28.51
%47.66

CMYK Percentages of Color #758cea

%50
%40
%0
%8

Triadic Colors of #758cea

#758cea #ea758c #8cea75

Analogous Colors of #758cea

#758cea #9975ea #75c7ea

Monochromatic Colors of #758cea

#758cea

Complementary Color

#758cea #ead375

#758cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#758cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#758cea Color CSS Codes

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

#758cea Text Font Color

<p style="color:#758cea">Text here</p>

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


#758cea Background Color

<div style="background-color:#758cea">
Div content here</div>

This div background color is #758cea


#758cea Border Color

<div style="border:3px solid #758cea">
Div here</div>

This div border color is #758cea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,140,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #758cea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #758cea;
  -webkit-box-shadow: 1px 1px 3px 2px #758cea;
  box-shadow:         1px 1px 3px 2px #758cea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #758cea


Comments

No comments written yet.

Please login to write comment.