Color Hex Logo

#c82bae Color Hex

#C82BAE
(200,43,174)
0 Favorites   0 Comments

Color spaces of #c82bae

RGB 20043174
HSL0.860.650.48
HSV310°79°78°
CMYK 0.000.790.13   0.22
XYZ32.323317.063141.6343
Yxy17.06310.35510.1875
Hunter Lab41.307567.3889-30.8438
CIE-Lab48.339471.6778-34.2344

#c82bae color RGB value is (200,43,174).

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

The process color (four color CMYK) of #c82bae color hex is 0.00, 0.79, 0.13, 0.22. Web safe color of #c82bae is #cc3399. Color #c82bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00101011 10101110
Octal 310 53 256
Decimal 200 43 174
Hex C8 2B AE

RGB Percentages of Color #c82bae

%47.96
%10.31
%41.73

CMYK Percentages of Color #c82bae

%0
%79
%13
%22

Triadic Colors of #c82bae

#c82bae #aec82b #2baec8

Analogous Colors of #c82bae

#c82bae #c82b60 #942bc8

Monochromatic Colors of #c82bae

#c82bae

Complementary Color

#c82bae #2bc845

#c82bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c82bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c82bae Color CSS Codes

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

#c82bae Text Font Color

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

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


#c82bae Background Color

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

This div background color is #c82bae


#c82bae Border Color

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

This div border color is #c82bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c82bae


Comments

No comments written yet.

Please login to write comment.