Color Hex Logo

#c855bf Color Hex

#C855BF
(200,85,191)
0 Favorites   0 Comments

Color spaces of #c855bf

RGB 20085191
HSL0.850.510.56
HSV305°58°78°
CMYK 0.000.580.05   0.22
XYZ36.471922.537951.7182
Yxy22.53790.32940.2035
Hunter Lab47.474154.0527-31.3586
CIE-Lab54.593159.0566-34.3355

#c855bf color RGB value is (200,85,191).

#c855bf hex color red value is 200, green value is 85 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c855bf hue: 0.85 , saturation: 0.51 and the lightness value of c855bf is 0.56.

The process color (four color CMYK) of #c855bf color hex is 0.00, 0.58, 0.05, 0.22. Web safe color of #c855bf is #cc66cc. Color #c855bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01010101 10111111
Octal 310 125 277
Decimal 200 85 191
Hex C8 55 BF

RGB Percentages of Color #c855bf

%42.02
%17.86
%40.13

CMYK Percentages of Color #c855bf

%0
%58
%5
%22

Triadic Colors of #c855bf

#c855bf #bfc855 #55bfc8

Analogous Colors of #c855bf

#c855bf #c85586 #9855c8

Monochromatic Colors of #c855bf

#c855bf

Complementary Color

#c855bf #55c85e

#c855bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c855bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c855bf Color CSS Codes

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

#c855bf Text Font Color

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

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


#c855bf Background Color

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

This div background color is #c855bf


#c855bf Border Color

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

This div border color is #c855bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c855bf


Comments

No comments written yet.

Please login to write comment.