Color Hex Logo

#c82dbd Color Hex

#C82DBD
(200,45,189)
0 Favorites   0 Comments

Color spaces of #c82dbd

RGB 20045189
HSL0.850.630.48
HSV304°78°78°
CMYK 0.000.780.05   0.22
XYZ33.943117.830349.7967
Yxy17.83030.33420.1755
Hunter Lab42.225969.5909-40.3620
CIE-Lab49.289673.3172-41.5225

#c82dbd color RGB value is (200,45,189).

#c82dbd hex color red value is 200, green value is 45 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c82dbd hue: 0.85 , saturation: 0.63 and the lightness value of c82dbd is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00101101 10111101
Octal 310 55 275
Decimal 200 45 189
Hex C8 2D BD

RGB Percentages of Color #c82dbd

%46.08
%10.37
%43.55

CMYK Percentages of Color #c82dbd

%0
%78
%5
%22

Triadic Colors of #c82dbd

#c82dbd #bdc82d #2dbdc8

Analogous Colors of #c82dbd

#c82dbd #c82d70 #862dc8

Monochromatic Colors of #c82dbd

#c82dbd

Complementary Color

#c82dbd #2dc838

#c82dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c82dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c82dbd Color CSS Codes

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

#c82dbd Text Font Color

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

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


#c82dbd Background Color

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

This div background color is #c82dbd


#c82dbd Border Color

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

This div border color is #c82dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c82dbd


Comments

No comments written yet.

Please login to write comment.