Color Hex Logo

#c88cfd Color Hex

#C88CFD
(200,140,253)
0 Favorites   0 Comments

Color spaces of #c88cfd

RGB 200140253
HSL0.760.970.77
HSV272°45°99°
CMYK 0.210.450.00   0.01
XYZ50.927138.127497.6037
Yxy38.12740.27280.2043
Hunter Lab61.747439.1627-50.4961
CIE-Lab68.114443.5446-47.8159

#c88cfd color RGB value is (200,140,253).

#c88cfd hex color red value is 200, green value is 140 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c88cfd hue: 0.76 , saturation: 0.97 and the lightness value of c88cfd is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10001100 11111101
Octal 310 214 375
Decimal 200 140 253
Hex C8 8C FD

RGB Percentages of Color #c88cfd

%33.73
%23.61
%42.66

CMYK Percentages of Color #c88cfd

%21
%45
%0
%1

Triadic Colors of #c88cfd

#c88cfd #fdc88c #8cfdc8

Analogous Colors of #c88cfd

#c88cfd #fd8cfa #908cfd

Monochromatic Colors of #c88cfd

#c88cfd

Complementary Color

#c88cfd #c1fd8c

#c88cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c88cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c88cfd Color CSS Codes

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

#c88cfd Text Font Color

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

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


#c88cfd Background Color

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

This div background color is #c88cfd


#c88cfd Border Color

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

This div border color is #c88cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c88cfd


Comments

No comments written yet.

Please login to write comment.