Color Hex Logo

#c82fdc Color Hex

#C82FDC
(200,47,220)
0 Favorites   0 Comments

Color spaces of #c82fdc

RGB 20047220
HSL0.810.710.52
HSV293°79°86°
CMYK 0.090.790.00   0.14
XYZ37.754219.479769.4802
Yxy19.47970.29790.1537
Hunter Lab44.135875.4529-62.4414
CIE-Lab51.243877.7026-56.2481

#c82fdc color RGB value is (200,47,220).

#c82fdc hex color red value is 200, green value is 47 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c82fdc hue: 0.81 , saturation: 0.71 and the lightness value of c82fdc is 0.52.

The process color (four color CMYK) of #c82fdc color hex is 0.09, 0.79, 0.00, 0.14. Web safe color of #c82fdc is #cc33cc. Color #c82fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00101111 11011100
Octal 310 57 334
Decimal 200 47 220
Hex C8 2F DC

RGB Percentages of Color #c82fdc

%42.83
%10.06
%47.11

CMYK Percentages of Color #c82fdc

%9
%79
%0
%14

Triadic Colors of #c82fdc

#c82fdc #dcc82f #2fdcc8

Analogous Colors of #c82fdc

#c82fdc #dc2f9a #722fdc

Monochromatic Colors of #c82fdc

#c82fdc

Complementary Color

#c82fdc #43dc2f

#c82fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c82fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c82fdc Color CSS Codes

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

#c82fdc Text Font Color

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

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


#c82fdc Background Color

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

This div background color is #c82fdc


#c82fdc Border Color

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

This div border color is #c82fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c82fdc


Comments

No comments written yet.

Please login to write comment.