Color Hex Logo

#c82fec Color Hex

#C82FEC
(200,47,236)
0 Favorites   0 Comments

Color spaces of #c82fec

RGB 20047236
HSL0.800.830.55
HSV289°80°93°
CMYK 0.150.800.00   0.07
XYZ39.976320.368581.1814
Yxy20.36850.28250.1439
Hunter Lab45.131579.1306-75.0574
CIE-Lab52.251380.4337-63.6800

#c82fec color RGB value is (200,47,236).

#c82fec hex color red value is 200, green value is 47 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c82fec hue: 0.80 , saturation: 0.83 and the lightness value of c82fec is 0.55.

The process color (four color CMYK) of #c82fec color hex is 0.15, 0.80, 0.00, 0.07. Web safe color of #c82fec is #cc33ff. Color #c82fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00101111 11101100
Octal 310 57 354
Decimal 200 47 236
Hex C8 2F EC

RGB Percentages of Color #c82fec

%41.41
%9.73
%48.86

CMYK Percentages of Color #c82fec

%15
%80
%0
%7

Triadic Colors of #c82fec

#c82fec #ecc82f #2fecc8

Analogous Colors of #c82fec

#c82fec #ec2fb2 #6a2fec

Monochromatic Colors of #c82fec

#c82fec

Complementary Color

#c82fec #53ec2f

#c82fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c82fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c82fec Color CSS Codes

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

#c82fec Text Font Color

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

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


#c82fec Background Color

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

This div background color is #c82fec


#c82fec Border Color

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

This div border color is #c82fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c82fec


Comments

No comments written yet.

Please login to write comment.