Color Hex Logo

#c88ffd Color Hex

#C88FFD
(200,143,253)
0 Favorites   0 Comments

Color spaces of #c88ffd

RGB 200143253
HSL0.750.960.78
HSV271°43°99°
CMYK 0.210.430.00   0.01
XYZ51.371539.016197.7518
Yxy39.01610.27310.2074
Hunter Lab62.462937.4942-49.0624
CIE-Lab68.762941.9271-46.7952

#c88ffd color RGB value is (200,143,253).

#c88ffd hex color red value is 200, green value is 143 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c88ffd hue: 0.75 , saturation: 0.96 and the lightness value of c88ffd is 0.78.

The process color (four color CMYK) of #c88ffd color hex is 0.21, 0.43, 0.00, 0.01. Web safe color of #c88ffd is #cc99ff. Color #c88ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10001111 11111101
Octal 310 217 375
Decimal 200 143 253
Hex C8 8F FD

RGB Percentages of Color #c88ffd

%33.56
%23.99
%42.45

CMYK Percentages of Color #c88ffd

%21
%43
%0
%1

Triadic Colors of #c88ffd

#c88ffd #fdc88f #8ffdc8

Analogous Colors of #c88ffd

#c88ffd #fd8ffb #918ffd

Monochromatic Colors of #c88ffd

#c88ffd

Complementary Color

#c88ffd #c4fd8f

#c88ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c88ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c88ffd Color CSS Codes

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

#c88ffd Text Font Color

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

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


#c88ffd Background Color

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

This div background color is #c88ffd


#c88ffd Border Color

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

This div border color is #c88ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c88ffd


Comments

No comments written yet.

Please login to write comment.