Color Hex Logo

#7c8ddc Color Hex

#7C8DDC
(124,141,220)
0 Favorites   0 Comments

Color spaces of #7c8ddc

RGB 124141220
HSL0.640.580.67
HSV229°44°86°
CMYK 0.440.360.00   0.14
XYZ30.755328.502171.5906
Yxy28.50210.23500.2178
Hunter Lab53.38749.4021-42.1347
CIE-Lab60.339714.2155-42.2915

#7c8ddc color RGB value is (124,141,220).

#7c8ddc hex color red value is 124, green value is 141 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7c8ddc hue: 0.64 , saturation: 0.58 and the lightness value of 7c8ddc is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10001101 11011100
Octal 174 215 334
Decimal 124 141 220
Hex 7C 8D DC

RGB Percentages of Color #7c8ddc

%25.57
%29.07
%45.36

CMYK Percentages of Color #7c8ddc

%44
%36
%0
%14

Triadic Colors of #7c8ddc

#7c8ddc #dc7c8d #8ddc7c

Analogous Colors of #7c8ddc

#7c8ddc #9b7cdc #7cbddc

Monochromatic Colors of #7c8ddc

#7c8ddc

Complementary Color

#7c8ddc #dccb7c

#7c8ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c8ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c8ddc Color CSS Codes

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

#7c8ddc Text Font Color

<p style="color:#7c8ddc">Text here</p>

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


#7c8ddc Background Color

<div style="background-color:#7c8ddc">
Div content here</div>

This div background color is #7c8ddc


#7c8ddc Border Color

<div style="border:3px solid #7c8ddc">
Div here</div>

This div border color is #7c8ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c8ddc


Comments

No comments written yet.

Please login to write comment.