Color Hex Logo

#c82fbe Color Hex

#C82FBE
(200,47,190)
0 Favorites   0 Comments

Color spaces of #c82fbe

RGB 20047190
HSL0.840.620.48
HSV304°77°78°
CMYK 0.000.770.05   0.22
XYZ34.130218.030150.3965
Yxy18.03010.33280.1758
Hunter Lab42.461969.1673-40.6459
CIE-Lab49.532672.9205-41.7198

#c82fbe color RGB value is (200,47,190).

#c82fbe hex color red value is 200, green value is 47 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c82fbe hue: 0.84 , saturation: 0.62 and the lightness value of c82fbe is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00101111 10111110
Octal 310 57 276
Decimal 200 47 190
Hex C8 2F BE

RGB Percentages of Color #c82fbe

%45.77
%10.76
%43.48

CMYK Percentages of Color #c82fbe

%0
%77
%5
%22

Triadic Colors of #c82fbe

#c82fbe #bec82f #2fbec8

Analogous Colors of #c82fbe

#c82fbe #c82f72 #862fc8

Monochromatic Colors of #c82fbe

#c82fbe

Complementary Color

#c82fbe #2fc839

#c82fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c82fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c82fbe Color CSS Codes

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

#c82fbe Text Font Color

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

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


#c82fbe Background Color

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

This div background color is #c82fbe


#c82fbe Border Color

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

This div border color is #c82fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c82fbe


Comments

No comments written yet.

Please login to write comment.