Color Hex Logo

#c543fd Color Hex

#C543FD
(197,67,253)
0 Favorites   0 Comments

Color spaces of #c543fd

RGB 19767253
HSL0.780.980.63
HSV282°74°99°
CMYK 0.220.740.00   0.01
XYZ42.762722.976595.1096
Yxy22.97650.26590.1428
Hunter Lab47.933875.3592-84.0887
CIE-Lab55.048176.8876-68.6872

#c543fd color RGB value is (197,67,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000011 11111101
Octal 305 103 375
Decimal 197 67 253
Hex C5 43 FD

RGB Percentages of Color #c543fd

%38.10
%12.96
%48.94

CMYK Percentages of Color #c543fd

%22
%74
%0
%1

Triadic Colors of #c543fd

#c543fd #fdc543 #43fdc5

Analogous Colors of #c543fd

#c543fd #fd43d8 #6843fd

Monochromatic Colors of #c543fd

#c543fd

Complementary Color

#c543fd #7bfd43

#c543fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c543fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c543fd Color CSS Codes

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

#c543fd Text Font Color

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

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


#c543fd Background Color

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

This div background color is #c543fd


#c543fd Border Color

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

This div border color is #c543fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c543fd

Related Colors


Comments

No comments written yet.

Please login to write comment.