Color Hex Logo

#c84cbe Color Hex

#C84CBE
(200,76,190)
0 Favorites   0 Comments

Color spaces of #c84cbe

RGB 20076190
HSL0.850.530.54
HSV305°62°78°
CMYK 0.000.620.05   0.22
XYZ35.698121.165950.9191
Yxy21.16590.33120.1964
Hunter Lab46.006457.9936-33.4167
CIE-Lab53.130662.7727-36.0493

#c84cbe color RGB value is (200,76,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01001100 10111110
Octal 310 114 276
Decimal 200 76 190
Hex C8 4C BE

RGB Percentages of Color #c84cbe

%42.92
%16.31
%40.77

CMYK Percentages of Color #c84cbe

%0
%62
%5
%22

Triadic Colors of #c84cbe

#c84cbe #bec84c #4cbec8

Analogous Colors of #c84cbe

#c84cbe #c84c80 #944cc8

Monochromatic Colors of #c84cbe

#c84cbe

Complementary Color

#c84cbe #4cc856

#c84cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c84cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c84cbe Color CSS Codes

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

#c84cbe Text Font Color

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

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


#c84cbe Background Color

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

This div background color is #c84cbe


#c84cbe Border Color

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

This div border color is #c84cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c84cbe


Comments

No comments written yet.

Please login to write comment.