Color Hex Logo

#c834dc Color Hex

#C834DC
(200,52,220)
0 Favorites   0 Comments

Color spaces of #c834dc

RGB 20052220
HSL0.810.710.53
HSV293°76°86°
CMYK 0.090.760.00   0.14
XYZ37.965719.902769.5507
Yxy19.90270.29800.1562
Hunter Lab44.612473.8338-61.2043
CIE-Lab51.727076.3047-55.4732

#c834dc color RGB value is (200,52,220).

#c834dc hex color red value is 200, green value is 52 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c834dc hue: 0.81 , saturation: 0.71 and the lightness value of c834dc is 0.53.

The process color (four color CMYK) of #c834dc color hex is 0.09, 0.76, 0.00, 0.14. Web safe color of #c834dc is #cc33cc. Color #c834dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00110100 11011100
Octal 310 64 334
Decimal 200 52 220
Hex C8 34 DC

RGB Percentages of Color #c834dc

%42.37
%11.02
%46.61

CMYK Percentages of Color #c834dc

%9
%76
%0
%14

Triadic Colors of #c834dc

#c834dc #dcc834 #34dcc8

Analogous Colors of #c834dc

#c834dc #dc349c #7434dc

Monochromatic Colors of #c834dc

#c834dc

Complementary Color

#c834dc #48dc34

#c834dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c834dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c834dc Color CSS Codes

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

#c834dc Text Font Color

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

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


#c834dc Background Color

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

This div background color is #c834dc


#c834dc Border Color

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

This div border color is #c834dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c834dc


Comments

No comments written yet.

Please login to write comment.