Color Hex Logo

#c827ce Color Hex

#C827CE
(200,39,206)
0 Favorites   0 Comments

Color spaces of #c827ce

RGB 20039206
HSL0.830.680.48
HSV298°81°81°
CMYK 0.030.810.00   0.19
XYZ35.685518.186660.0221
Yxy18.18660.31330.1597
Hunter Lab42.645874.7368-53.5962
CIE-Lab49.721777.4239-50.6754

#c827ce color RGB value is (200,39,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00100111 11001110
Octal 310 47 316
Decimal 200 39 206
Hex C8 27 CE

RGB Percentages of Color #c827ce

%44.94
%8.76
%46.29

CMYK Percentages of Color #c827ce

%3
%81
%0
%19

Triadic Colors of #c827ce

#c827ce #cec827 #27cec8

Analogous Colors of #c827ce

#c827ce #ce2781 #7527ce

Monochromatic Colors of #c827ce

#c827ce

Complementary Color

#c827ce #2dce27

#c827ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c827ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c827ce Color CSS Codes

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

#c827ce Text Font Color

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

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


#c827ce Background Color

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

This div background color is #c827ce


#c827ce Border Color

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

This div border color is #c827ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,39,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 #c827ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c827ce


Comments

No comments written yet.

Please login to write comment.