Color Hex Logo

#c864bb Color Hex

#C864BB
(200,100,187)
0 Favorites   0 Comments

Color spaces of #c864bb

RGB 200100187
HSL0.860.480.59
HSV308°50°78°
CMYK 0.000.500.07   0.22
XYZ37.346224.981649.8673
Yxy24.98160.33290.2227
Hunter Lab49.981645.9072-24.1673
CIE-Lab57.057551.3147-28.2024

#c864bb color RGB value is (200,100,187).

#c864bb hex color red value is 200, green value is 100 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c864bb hue: 0.86 , saturation: 0.48 and the lightness value of c864bb is 0.59.

The process color (four color CMYK) of #c864bb color hex is 0.00, 0.50, 0.07, 0.22. Web safe color of #c864bb is #cc66cc. Color #c864bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01100100 10111011
Octal 310 144 273
Decimal 200 100 187
Hex C8 64 BB

RGB Percentages of Color #c864bb

%41.07
%20.53
%38.40

CMYK Percentages of Color #c864bb

%0
%50
%7
%22

Triadic Colors of #c864bb

#c864bb #bbc864 #64bbc8

Analogous Colors of #c864bb

#c864bb #c86489 #a364c8

Monochromatic Colors of #c864bb

#c864bb

Complementary Color

#c864bb #64c871

#c864bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c864bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c864bb Color CSS Codes

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

#c864bb Text Font Color

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

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


#c864bb Background Color

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

This div background color is #c864bb


#c864bb Border Color

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

This div border color is #c864bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c864bb


Comments

No comments written yet.

Please login to write comment.