Color Hex Logo

#758cca Color Hex

#758CCA
(117,140,202)
0 Favorites   0 Comments

Color spaces of #758cca

RGB 117140202
HSL0.620.450.63
HSV224°42°79°
CMYK 0.420.310.00   0.21
XYZ27.374926.802359.6077
Yxy26.80230.24060.2356
Hunter Lab51.77093.7862-32.0253
CIE-Lab58.79097.8237-34.6605

#758cca color RGB value is (117,140,202).

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

The process color (four color CMYK) of #758cca color hex is 0.42, 0.31, 0.00, 0.21. Web safe color of #758cca is #6699cc. Color #758cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10001100 11001010
Octal 165 214 312
Decimal 117 140 202
Hex 75 8C CA

RGB Percentages of Color #758cca

%25.49
%30.50
%44.01

CMYK Percentages of Color #758cca

%42
%31
%0
%21

Triadic Colors of #758cca

#758cca #ca758c #8cca75

Analogous Colors of #758cca

#758cca #8975ca #75b7ca

Monochromatic Colors of #758cca

#758cca

Complementary Color

#758cca #cab375

#758cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#758cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#758cca Color CSS Codes

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

#758cca Text Font Color

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

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


#758cca Background Color

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

This div background color is #758cca


#758cca Border Color

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

This div border color is #758cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #758cca


Comments

No comments written yet.

Please login to write comment.