Color Hex Logo

#758cdc Color Hex

#758CDC
(117,140,220)
0 Favorites   0 Comments

Color spaces of #758cdc

RGB 117140220
HSL0.630.600.66
HSV227°47°86°
CMYK 0.470.360.00   0.14
XYZ29.632527.705471.4960
Yxy27.70540.23000.2150
Hunter Lab52.63598.3775-43.6892
CIE-Lab59.621613.0813-43.4528

#758cdc color RGB value is (117,140,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10001100 11011100
Octal 165 214 334
Decimal 117 140 220
Hex 75 8C DC

RGB Percentages of Color #758cdc

%24.53
%29.35
%46.12

CMYK Percentages of Color #758cdc

%47
%36
%0
%14

Triadic Colors of #758cdc

#758cdc #dc758c #8cdc75

Analogous Colors of #758cdc

#758cdc #9275dc #75c0dc

Monochromatic Colors of #758cdc

#758cdc

Complementary Color

#758cdc #dcc575

#758cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#758cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#758cdc Color CSS Codes

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

#758cdc Text Font Color

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

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


#758cdc Background Color

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

This div background color is #758cdc


#758cdc Border Color

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

This div border color is #758cdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,140,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 #758cdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #758cdc


Comments

No comments written yet.

Please login to write comment.