Color Hex Logo

#c84cbb Color Hex

#C84CBB
(200,76,187)
0 Favorites   0 Comments

Color spaces of #c84cbb

RGB 20076187
HSL0.850.530.54
HSV306°62°78°
CMYK 0.000.620.07   0.22
XYZ35.373521.036149.2097
Yxy21.03610.33490.1992
Hunter Lab45.865157.4042-31.5079
CIE-Lab52.989062.2863-34.5365

#c84cbb color RGB value is (200,76,187).

#c84cbb hex color red value is 200, green value is 76 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c84cbb hue: 0.85 , saturation: 0.53 and the lightness value of c84cbb is 0.54.

The process color (four color CMYK) of #c84cbb color hex is 0.00, 0.62, 0.07, 0.22. Web safe color of #c84cbb is #cc33cc. Color #c84cbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01001100 10111011
Octal 310 114 273
Decimal 200 76 187
Hex C8 4C BB

RGB Percentages of Color #c84cbb

%43.20
%16.41
%40.39

CMYK Percentages of Color #c84cbb

%0
%62
%7
%22

Triadic Colors of #c84cbb

#c84cbb #bbc84c #4cbbc8

Analogous Colors of #c84cbb

#c84cbb #c84c7d #974cc8

Monochromatic Colors of #c84cbb

#c84cbb

Complementary Color

#c84cbb #4cc859

#c84cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c84cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c84cbb Color CSS Codes

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

#c84cbb Text Font Color

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

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


#c84cbb Background Color

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

This div background color is #c84cbb


#c84cbb Border Color

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

This div border color is #c84cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c84cbb


Comments

No comments written yet.

Please login to write comment.