Color Hex Logo

#868ddc Color Hex

#868DDC
(134,141,220)
1 Favorites   0 Comments

Color spaces of #868ddc

RGB 134141220
HSL0.650.550.69
HSV235°39°86°
CMYK 0.390.360.00   0.14
XYZ32.274729.285471.6617
Yxy29.28540.24230.2198
Hunter Lab54.116011.7542-40.6321
CIE-Lab61.032716.7905-41.1542

#868ddc color RGB value is (134,141,220).

#868ddc hex color red value is 134, green value is 141 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #868ddc hue: 0.65 , saturation: 0.55 and the lightness value of 868ddc is 0.69.

The process color (four color CMYK) of #868ddc color hex is 0.39, 0.36, 0.00, 0.14. Web safe color of #868ddc is #9999cc. Color #868ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10001101 11011100
Octal 206 215 334
Decimal 134 141 220
Hex 86 8D DC

RGB Percentages of Color #868ddc

%27.07
%28.48
%44.44

CMYK Percentages of Color #868ddc

%39
%36
%0
%14

Triadic Colors of #868ddc

#868ddc #dc868d #8ddc86

Analogous Colors of #868ddc

#868ddc #aa86dc #86b8dc

Monochromatic Colors of #868ddc

#868ddc

Complementary Color

#868ddc #dcd586

#868ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#868ddc Color CSS Codes

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

#868ddc Text Font Color

<p style="color:#868ddc">Text here</p>

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


#868ddc Background Color

<div style="background-color:#868ddc">
Div content here</div>

This div background color is #868ddc


#868ddc Border Color

<div style="border:3px solid #868ddc">
Div here</div>

This div border color is #868ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868ddc


Comments

No comments written yet.

Please login to write comment.