Color Hex Logo

#758ddc Color Hex

#758DDC
(117,141,220)
0 Favorites   0 Comments

Color spaces of #758ddc

RGB 117141220
HSL0.630.600.66
HSV226°47°86°
CMYK 0.470.360.00   0.14
XYZ29.779327.999071.5450
Yxy27.99900.23030.2165
Hunter Lab52.91417.8576-43.1260
CIE-Lab59.887812.4928-43.0336

#758ddc color RGB value is (117,141,220).

#758ddc hex color red value is 117, green value is 141 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #758ddc hue: 0.63 , saturation: 0.60 and the lightness value of 758ddc is 0.66.

The process color (four color CMYK) of #758ddc color hex is 0.47, 0.36, 0.00, 0.14. Web safe color of #758ddc is #6699cc. Color #758ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10001101 11011100
Octal 165 215 334
Decimal 117 141 220
Hex 75 8D DC

RGB Percentages of Color #758ddc

%24.48
%29.50
%46.03

CMYK Percentages of Color #758ddc

%47
%36
%0
%14

Triadic Colors of #758ddc

#758ddc #dc758d #8ddc75

Analogous Colors of #758ddc

#758ddc #9175dc #75c1dc

Monochromatic Colors of #758ddc

#758ddc

Complementary Color

#758ddc #dcc475

#758ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#758ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#758ddc Color CSS Codes

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

#758ddc Text Font Color

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

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


#758ddc Background Color

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

This div background color is #758ddc


#758ddc Border Color

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

This div border color is #758ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #758ddc


Comments

No comments written yet.

Please login to write comment.