Color Hex Logo

#888fcd Color Hex

#888FCD
(136,143,205)
0 Favorites   0 Comments

Color spaces of #888fcd

RGB 136143205
HSL0.650.410.67
HSV234°34°80°
CMYK 0.340.300.00   0.20
XYZ30.995229.286961.7769
Yxy29.28690.25390.2399
Hunter Lab54.11747.5287-29.7995
CIE-Lab61.034012.1129-32.7542

#888fcd color RGB value is (136,143,205).

#888fcd hex color red value is 136, green value is 143 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #888fcd hue: 0.65 , saturation: 0.41 and the lightness value of 888fcd is 0.67.

The process color (four color CMYK) of #888fcd color hex is 0.34, 0.30, 0.00, 0.20. Web safe color of #888fcd is #9999cc. Color #888fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10001111 11001101
Octal 210 217 315
Decimal 136 143 205
Hex 88 8F CD

RGB Percentages of Color #888fcd

%28.10
%29.55
%42.36

CMYK Percentages of Color #888fcd

%34
%30
%0
%20

Triadic Colors of #888fcd

#888fcd #cd888f #8fcd88

Analogous Colors of #888fcd

#888fcd #a488cd #88b2cd

Monochromatic Colors of #888fcd

#888fcd

Complementary Color

#888fcd #cdc688

#888fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#888fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#888fcd Color CSS Codes

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

#888fcd Text Font Color

<p style="color:#888fcd">Text here</p>

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


#888fcd Background Color

<div style="background-color:#888fcd">
Div content here</div>

This div background color is #888fcd


#888fcd Border Color

<div style="border:3px solid #888fcd">
Div here</div>

This div border color is #888fcd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,143,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #888fcd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #888fcd;
  -webkit-box-shadow: 1px 1px 3px 2px #888fcd;
  box-shadow:         1px 1px 3px 2px #888fcd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,143,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #888fcd


Comments

No comments written yet.

Please login to write comment.