Color Hex Logo

#c534d1 Color Hex

#C534D1
(197,52,209)
0 Favorites   0 Comments

Color spaces of #c534d1

RGB 19752209
HSL0.820.630.51
HSV295°75°82°
CMYK 0.060.750.00   0.18
XYZ35.762618.929762.0905
Yxy18.92970.30620.1621
Hunter Lab43.508370.5826-54.1567
CIE-Lab50.604973.8766-51.0151

#c534d1 color RGB value is (197,52,209).

#c534d1 hex color red value is 197, green value is 52 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #c534d1 hue: 0.82 , saturation: 0.63 and the lightness value of c534d1 is 0.51.

The process color (four color CMYK) of #c534d1 color hex is 0.06, 0.75, 0.00, 0.18. Web safe color of #c534d1 is #cc33cc. Color #c534d1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00110100 11010001
Octal 305 64 321
Decimal 197 52 209
Hex C5 34 D1

RGB Percentages of Color #c534d1

%43.01
%11.35
%45.63

CMYK Percentages of Color #c534d1

%6
%75
%0
%18

Triadic Colors of #c534d1

#c534d1 #d1c534 #34d1c5

Analogous Colors of #c534d1

#c534d1 #d1348f #7734d1

Monochromatic Colors of #c534d1

#c534d1

Complementary Color

#c534d1 #40d134

#c534d1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c534d1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c534d1 Color CSS Codes

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

#c534d1 Text Font Color

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

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


#c534d1 Background Color

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

This div background color is #c534d1


#c534d1 Border Color

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

This div border color is #c534d1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c534d1

#c534d1 Color Palettes


Comments

No comments written yet.

Please login to write comment.