Color Hex Logo

#c88fdd Color Hex

#C88FDD
(200,143,221)
0 Favorites   0 Comments

Color spaces of #c88fdd

RGB 200143221
HSL0.790.530.71
HSV284°35°87°
CMYK 0.100.350.00   0.13
XYZ46.693037.144773.1153
Yxy37.14470.29750.2367
Hunter Lab60.946530.0982-28.4656
CIE-Lab67.385435.1049-31.3696

#c88fdd color RGB value is (200,143,221).

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

The process color (four color CMYK) of #c88fdd color hex is 0.10, 0.35, 0.00, 0.13. Web safe color of #c88fdd is #cc99cc. Color #c88fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10001111 11011101
Octal 310 217 335
Decimal 200 143 221
Hex C8 8F DD

RGB Percentages of Color #c88fdd

%35.46
%25.35
%39.18

CMYK Percentages of Color #c88fdd

%10
%35
%0
%13

Triadic Colors of #c88fdd

#c88fdd #ddc88f #8fddc8

Analogous Colors of #c88fdd

#c88fdd #dd8fcb #a18fdd

Monochromatic Colors of #c88fdd

#c88fdd

Complementary Color

#c88fdd #a4dd8f

#c88fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c88fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c88fdd Color CSS Codes

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

#c88fdd Text Font Color

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

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


#c88fdd Background Color

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

This div background color is #c88fdd


#c88fdd Border Color

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

This div border color is #c88fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c88fdd


Comments

No comments written yet.

Please login to write comment.