Color Hex Logo

#c88aff Color Hex

#C88AFF
(200,138,255)
0 Favorites   0 Comments

Color spaces of #c88aff

RGB 200138255
HSL0.751.000.77
HSV272°46°100°
CMYK 0.220.460.00   0.00
XYZ50.957937.676399.1942
Yxy37.67630.27130.2006
Hunter Lab61.381040.7721-52.8483
CIE-Lab67.781445.0620-49.4319

#c88aff color RGB value is (200,138,255).

#c88aff hex color red value is 200, green value is 138 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c88aff hue: 0.75 , saturation: 1.00 and the lightness value of c88aff is 0.77.

The process color (four color CMYK) of #c88aff color hex is 0.22, 0.46, 0.00, 0.00. Web safe color of #c88aff is #cc99ff. Color #c88aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10001010 11111111
Octal 310 212 377
Decimal 200 138 255
Hex C8 8A FF

RGB Percentages of Color #c88aff

%33.73
%23.27
%43.00

CMYK Percentages of Color #c88aff

%22
%46
%0
%0

Triadic Colors of #c88aff

#c88aff #ffc88a #8affc8

Analogous Colors of #c88aff

#c88aff #ff8afc #8e8aff

Monochromatic Colors of #c88aff

#c88aff

Complementary Color

#c88aff #c1ff8a

#c88aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c88aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c88aff Color CSS Codes

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

#c88aff Text Font Color

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

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


#c88aff Background Color

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

This div background color is #c88aff


#c88aff Border Color

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

This div border color is #c88aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c88aff

Related Colors


Comments

No comments written yet.

Please login to write comment.