Color Hex Logo

#88069d Color Hex

#88069D
(136,6,157)
0 Favorites   0 Comments

Color spaces of #88069d

RGB 1366157
HSL0.810.930.32
HSV292°96°62°
CMYK 0.130.960.00   0.38
XYZ16.30437.798832.5443
Yxy7.79880.28780.1377
Hunter Lab27.926355.3430-49.5459
CIE-Lab33.560364.1944-48.2728

#88069d color RGB value is (136,6,157).

#88069d hex color red value is 136, green value is 6 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #88069d hue: 0.81 , saturation: 0.93 and the lightness value of 88069d is 0.32.

The process color (four color CMYK) of #88069d color hex is 0.13, 0.96, 0.00, 0.38. Web safe color of #88069d is #990099. Color #88069d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00000110 10011101
Octal 210 6 235
Decimal 136 6 157
Hex 88 6 9D

RGB Percentages of Color #88069d

%45.48
%2.01
%52.51

CMYK Percentages of Color #88069d

%13
%96
%0
%38

Triadic Colors of #88069d

#88069d #9d8806 #069d88

Analogous Colors of #88069d

#88069d #9d0667 #3c069d

Monochromatic Colors of #88069d

#88069d

Complementary Color

#88069d #1b9d06

#88069d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88069d Color Preview on White Background

Lorem ipsum dolor sit amet.

#88069d Color CSS Codes

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

#88069d Text Font Color

<p style="color:#88069d">Text here</p>

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


#88069d Background Color

<div style="background-color:#88069d">
Div content here</div>

This div background color is #88069d


#88069d Border Color

<div style="border:3px solid #88069d">
Div here</div>

This div border color is #88069d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,6,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88069d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88069d;
  -webkit-box-shadow: 1px 1px 3px 2px #88069d;
  box-shadow:         1px 1px 3px 2px #88069d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88069d


Comments

No comments written yet.

Please login to write comment.