Color Hex Logo

#c542ff Color Hex

#C542FF
(197,66,255)
0 Favorites   0 Comments

Color spaces of #c542ff

RGB 19766255
HSL0.781.000.63
HSV282°74°100°
CMYK 0.230.740.00   0.00
XYZ43.024222.986796.7770
Yxy22.98670.26430.1412
Hunter Lab47.944476.2788-86.1172
CIE-Lab55.058677.6216-69.7798

#c542ff color RGB value is (197,66,255).

#c542ff hex color red value is 197, green value is 66 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c542ff hue: 0.78 , saturation: 1.00 and the lightness value of c542ff is 0.63.

The process color (four color CMYK) of #c542ff color hex is 0.23, 0.74, 0.00, 0.00. Web safe color of #c542ff is #cc33ff. Color #c542ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000010 11111111
Octal 305 102 377
Decimal 197 66 255
Hex C5 42 FF

RGB Percentages of Color #c542ff

%38.03
%12.74
%49.23

CMYK Percentages of Color #c542ff

%23
%74
%0
%0

Triadic Colors of #c542ff

#c542ff #ffc542 #42ffc5

Analogous Colors of #c542ff

#c542ff #ff42db #6742ff

Monochromatic Colors of #c542ff

#c542ff

Complementary Color

#c542ff #7cff42

#c542ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c542ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c542ff Color CSS Codes

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

#c542ff Text Font Color

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

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


#c542ff Background Color

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

This div background color is #c542ff


#c542ff Border Color

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

This div border color is #c542ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c542ff

Related Colors


Comments

No comments written yet.

Please login to write comment.