Color Hex Logo

#888dcf Color Hex

#888DCF
(136,141,207)
0 Favorites   0 Comments

Color spaces of #888dcf

RGB 136141207
HSL0.650.430.67
HSV236°34°81°
CMYK 0.340.320.00   0.19
XYZ30.940728.789062.9576
Yxy28.78900.25220.2347
Hunter Lab53.65549.0362-32.0103
CIE-Lab60.595013.8035-34.5593

#888dcf color RGB value is (136,141,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10001101 11001111
Octal 210 215 317
Decimal 136 141 207
Hex 88 8D CF

RGB Percentages of Color #888dcf

%28.10
%29.13
%42.77

CMYK Percentages of Color #888dcf

%34
%32
%0
%19

Triadic Colors of #888dcf

#888dcf #cf888d #8dcf88

Analogous Colors of #888dcf

#888dcf #a788cf #88b1cf

Monochromatic Colors of #888dcf

#888dcf

Complementary Color

#888dcf #cfca88

#888dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#888dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#888dcf Color CSS Codes

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

#888dcf Text Font Color

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

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


#888dcf Background Color

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

This div background color is #888dcf


#888dcf Border Color

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

This div border color is #888dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #888dcf


Comments

No comments written yet.

Please login to write comment.