Color Hex Logo

#c534c4 Color Hex

#C534C4
(197,52,196)
0 Favorites   0 Comments

Color spaces of #c534c4

RGB 19752196
HSL0.830.580.49
HSV300°74°77°
CMYK 0.000.740.01   0.23
XYZ34.217818.311853.9556
Yxy18.31180.32130.1720
Hunter Lab42.792367.8466-44.8025
CIE-Lab49.872171.7608-44.6938

#c534c4 color RGB value is (197,52,196).

#c534c4 hex color red value is 197, green value is 52 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #c534c4 hue: 0.83 , saturation: 0.58 and the lightness value of c534c4 is 0.49.

The process color (four color CMYK) of #c534c4 color hex is 0.00, 0.74, 0.01, 0.23. Web safe color of #c534c4 is #cc33cc. Color #c534c4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00110100 11000100
Octal 305 64 304
Decimal 197 52 196
Hex C5 34 C4

RGB Percentages of Color #c534c4

%44.27
%11.69
%44.04

CMYK Percentages of Color #c534c4

%0
%74
%1
%23

Triadic Colors of #c534c4

#c534c4 #c4c534 #34c4c5

Analogous Colors of #c534c4

#c534c4 #c5347c #7e34c5

Monochromatic Colors of #c534c4

#c534c4

Complementary Color

#c534c4 #34c535

#c534c4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c534c4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c534c4 Color CSS Codes

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

#c534c4 Text Font Color

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

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


#c534c4 Background Color

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

This div background color is #c534c4


#c534c4 Border Color

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

This div border color is #c534c4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c534c4


Comments

No comments written yet.

Please login to write comment.