Color Hex Logo

#c82ece Color Hex

#C82ECE
(200,46,206)
0 Favorites   0 Comments

Color spaces of #c82ece

RGB 20046206
HSL0.830.630.49
HSV298°78°81°
CMYK 0.030.780.00   0.19
XYZ35.937018.689660.1059
Yxy18.68960.31320.1629
Hunter Lab43.231572.7265-52.1705
CIE-Lab50.322175.6814-49.7165

#c82ece color RGB value is (200,46,206).

#c82ece hex color red value is 200, green value is 46 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c82ece hue: 0.83 , saturation: 0.63 and the lightness value of c82ece is 0.49.

The process color (four color CMYK) of #c82ece color hex is 0.03, 0.78, 0.00, 0.19. Web safe color of #c82ece is #cc33cc. Color #c82ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00101110 11001110
Octal 310 56 316
Decimal 200 46 206
Hex C8 2E CE

RGB Percentages of Color #c82ece

%44.25
%10.18
%45.58

CMYK Percentages of Color #c82ece

%3
%78
%0
%19

Triadic Colors of #c82ece

#c82ece #cec82e #2ecec8

Analogous Colors of #c82ece

#c82ece #ce2e84 #782ece

Monochromatic Colors of #c82ece

#c82ece

Complementary Color

#c82ece #34ce2e

#c82ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c82ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#c82ece Color CSS Codes

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

#c82ece Text Font Color

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

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


#c82ece Background Color

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

This div background color is #c82ece


#c82ece Border Color

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

This div border color is #c82ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c82ece


Comments

No comments written yet.

Please login to write comment.