Color Hex Logo

#c88fdb Color Hex

#C88FDB
(200,143,219)
0 Favorites   0 Comments

Color spaces of #c88fdb

RGB 200143219
HSL0.790.510.71
HSV285°35°86°
CMYK 0.090.350.00   0.14
XYZ46.428137.038871.7200
Yxy37.03880.29920.2387
Hunter Lab60.859529.6688-27.2688
CIE-Lab67.306134.6993-30.3851

#c88fdb color RGB value is (200,143,219).

#c88fdb hex color red value is 200, green value is 143 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c88fdb hue: 0.79 , saturation: 0.51 and the lightness value of c88fdb is 0.71.

The process color (four color CMYK) of #c88fdb color hex is 0.09, 0.35, 0.00, 0.14. Web safe color of #c88fdb is #cc99cc. Color #c88fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10001111 11011011
Octal 310 217 333
Decimal 200 143 219
Hex C8 8F DB

RGB Percentages of Color #c88fdb

%35.59
%25.44
%38.97

CMYK Percentages of Color #c88fdb

%9
%35
%0
%14

Triadic Colors of #c88fdb

#c88fdb #dbc88f #8fdbc8

Analogous Colors of #c88fdb

#c88fdb #db8fc8 #a28fdb

Monochromatic Colors of #c88fdb

#c88fdb

Complementary Color

#c88fdb #a2db8f

#c88fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c88fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c88fdb Color CSS Codes

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

#c88fdb Text Font Color

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

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


#c88fdb Background Color

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

This div background color is #c88fdb


#c88fdb Border Color

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

This div border color is #c88fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c88fdb


Comments

No comments written yet.

Please login to write comment.