Color Hex Logo

#c834ce Color Hex

#C834CE
(200,52,206)
0 Favorites   0 Comments

Color spaces of #c834ce

RGB 20052206
HSL0.830.610.51
HSV298°75°81°
CMYK 0.030.750.00   0.19
XYZ36.188019.191660.1895
Yxy19.19160.31310.1661
Hunter Lab43.808270.7864-50.7947
CIE-Lab50.910673.9843-48.7778

#c834ce color RGB value is (200,52,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00110100 11001110
Octal 310 64 316
Decimal 200 52 206
Hex C8 34 CE

RGB Percentages of Color #c834ce

%43.67
%11.35
%44.98

CMYK Percentages of Color #c834ce

%3
%75
%0
%19

Triadic Colors of #c834ce

#c834ce #cec834 #34cec8

Analogous Colors of #c834ce

#c834ce #ce3487 #7b34ce

Monochromatic Colors of #c834ce

#c834ce

Complementary Color

#c834ce #3ace34

#c834ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c834ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c834ce Color CSS Codes

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

#c834ce Text Font Color

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

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


#c834ce Background Color

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

This div background color is #c834ce


#c834ce Border Color

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

This div border color is #c834ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c834ce


Comments

No comments written yet.

Please login to write comment.