Color Hex Logo

#c834ed Color Hex

#C834ED
(200,52,237)
0 Favorites   0 Comments

Color spaces of #c834ed

RGB 20052237
HSL0.800.840.57
HSV288°78°93°
CMYK 0.160.780.00   0.07
XYZ40.333520.849882.0194
Yxy20.84980.28170.1456
Hunter Lab45.661677.7637-74.5363
CIE-Lab52.784779.2470-63.3822

#c834ed color RGB value is (200,52,237).

#c834ed hex color red value is 200, green value is 52 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c834ed hue: 0.80 , saturation: 0.84 and the lightness value of c834ed is 0.57.

The process color (four color CMYK) of #c834ed color hex is 0.16, 0.78, 0.00, 0.07. Web safe color of #c834ed is #cc33ff. Color #c834ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00110100 11101101
Octal 310 64 355
Decimal 200 52 237
Hex C8 34 ED

RGB Percentages of Color #c834ed

%40.90
%10.63
%48.47

CMYK Percentages of Color #c834ed

%16
%78
%0
%7

Triadic Colors of #c834ed

#c834ed #edc834 #34edc8

Analogous Colors of #c834ed

#c834ed #ed34b6 #6c34ed

Monochromatic Colors of #c834ed

#c834ed

Complementary Color

#c834ed #59ed34

#c834ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c834ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c834ed Color CSS Codes

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

#c834ed Text Font Color

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

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


#c834ed Background Color

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

This div background color is #c834ed


#c834ed Border Color

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

This div border color is #c834ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c834ed


Comments

No comments written yet.

Please login to write comment.