Color Hex Logo

#c88bed Color Hex

#C88BED
(200,139,237)
0 Favorites   0 Comments

Color spaces of #c88bed

RGB 200139237
HSL0.770.730.74
HSV277°41°93°
CMYK 0.160.410.00   0.07
XYZ48.338136.859084.6876
Yxy36.85900.28450.2170
Hunter Lab60.711635.8749-40.2064
CIE-Lab67.171140.6087-40.5304

#c88bed color RGB value is (200,139,237).

#c88bed hex color red value is 200, green value is 139 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c88bed hue: 0.77 , saturation: 0.73 and the lightness value of c88bed is 0.74.

The process color (four color CMYK) of #c88bed color hex is 0.16, 0.41, 0.00, 0.07. Web safe color of #c88bed is #cc99ff. Color #c88bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10001011 11101101
Octal 310 213 355
Decimal 200 139 237
Hex C8 8B ED

RGB Percentages of Color #c88bed

%34.72
%24.13
%41.15

CMYK Percentages of Color #c88bed

%16
%41
%0
%7

Triadic Colors of #c88bed

#c88bed #edc88b #8bedc8

Analogous Colors of #c88bed

#c88bed #ed8be1 #978bed

Monochromatic Colors of #c88bed

#c88bed

Complementary Color

#c88bed #b0ed8b

#c88bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c88bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c88bed Color CSS Codes

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

#c88bed Text Font Color

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

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


#c88bed Background Color

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

This div background color is #c88bed


#c88bed Border Color

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

This div border color is #c88bed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,139,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c88bed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c88bed;
  -webkit-box-shadow: 1px 1px 3px 2px #c88bed;
  box-shadow:         1px 1px 3px 2px #c88bed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,139,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c88bed


Comments

No comments written yet.

Please login to write comment.