Color Hex Logo

#c434dc Color Hex

#C434DC
(196,52,220)
0 Favorites   0 Comments

Color spaces of #c434dc

RGB 19652220
HSL0.810.710.53
HSV291°76°86°
CMYK 0.110.760.00   0.14
XYZ36.911219.359169.5014
Yxy19.35910.29350.1539
Hunter Lab43.999072.7473-62.8560
CIE-Lab51.104775.5458-56.5054

#c434dc color RGB value is (196,52,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00110100 11011100
Octal 304 64 334
Decimal 196 52 220
Hex C4 34 DC

RGB Percentages of Color #c434dc

%41.88
%11.11
%47.01

CMYK Percentages of Color #c434dc

%11
%76
%0
%14

Triadic Colors of #c434dc

#c434dc #dcc434 #34dcc4

Analogous Colors of #c434dc

#c434dc #dc34a0 #7034dc

Monochromatic Colors of #c434dc

#c434dc

Complementary Color

#c434dc #4cdc34

#c434dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c434dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c434dc Color CSS Codes

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

#c434dc Text Font Color

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

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


#c434dc Background Color

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

This div background color is #c434dc


#c434dc Border Color

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

This div border color is #c434dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c434dc


Comments

No comments written yet.

Please login to write comment.