Color Hex Logo

#c82b7e Color Hex

#C82B7E
(200,43,126)
0 Favorites   0 Comments

Color spaces of #c82b7e

RGB 20043126
HSL0.910.650.48
HSV328°79°78°
CMYK 0.000.790.37   0.22
XYZ28.449215.513521.2336
Yxy15.51350.43640.2380
Hunter Lab39.387260.0023-4.3922
CIE-Lab46.329665.8001-8.5155

#c82b7e color RGB value is (200,43,126).

#c82b7e hex color red value is 200, green value is 43 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #c82b7e hue: 0.91 , saturation: 0.65 and the lightness value of c82b7e is 0.48.

The process color (four color CMYK) of #c82b7e color hex is 0.00, 0.79, 0.37, 0.22. Web safe color of #c82b7e is #cc3366. Color #c82b7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00101011 01111110
Octal 310 53 176
Decimal 200 43 126
Hex C8 2B 7E

RGB Percentages of Color #c82b7e

%54.20
%11.65
%34.15

CMYK Percentages of Color #c82b7e

%0
%79
%37
%22

Triadic Colors of #c82b7e

#c82b7e #7ec82b #2b7ec8

Analogous Colors of #c82b7e

#c82b7e #c82b30 #c42bc8

Monochromatic Colors of #c82b7e

#c82b7e

Complementary Color

#c82b7e #2bc875

#c82b7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c82b7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c82b7e Color CSS Codes

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

#c82b7e Text Font Color

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

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


#c82b7e Background Color

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

This div background color is #c82b7e


#c82b7e Border Color

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

This div border color is #c82b7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c82b7e


Comments

No comments written yet.

Please login to write comment.