Color Hex Logo

#888fcf Color Hex

#888FCF
(136,143,207)
0 Favorites   0 Comments

Color spaces of #888fcf

RGB 136143207
HSL0.650.430.67
HSV234°34°81°
CMYK 0.340.310.00   0.19
XYZ31.238329.384263.0568
Yxy29.38420.25260.2376
Hunter Lab54.20728.0027-31.0244
CIE-Lab61.119212.6430-33.7429

#888fcf color RGB value is (136,143,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10001111 11001111
Octal 210 217 317
Decimal 136 143 207
Hex 88 8F CF

RGB Percentages of Color #888fcf

%27.98
%29.42
%42.59

CMYK Percentages of Color #888fcf

%34
%31
%0
%19

Triadic Colors of #888fcf

#888fcf #cf888f #8fcf88

Analogous Colors of #888fcf

#888fcf #a588cf #88b3cf

Monochromatic Colors of #888fcf

#888fcf

Complementary Color

#888fcf #cfc888

#888fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#888fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#888fcf Color CSS Codes

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

#888fcf Text Font Color

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

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


#888fcf Background Color

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

This div background color is #888fcf


#888fcf Border Color

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

This div border color is #888fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #888fcf


Comments

No comments written yet.

Please login to write comment.