Color Hex Logo

#c548fc Color Hex

#C548FC
(197,72,252)
0 Favorites   0 Comments

Color spaces of #c548fc

RGB 19772252
HSL0.780.970.64
HSV282°71°99°
CMYK 0.220.710.00   0.01
XYZ42.914023.533394.3760
Yxy23.53330.26680.1463
Hunter Lab48.511173.0105-81.3880
CIE-Lab55.617574.8848-67.2127

#c548fc color RGB value is (197,72,252).

#c548fc hex color red value is 197, green value is 72 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c548fc hue: 0.78 , saturation: 0.97 and the lightness value of c548fc is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01001000 11111100
Octal 305 110 374
Decimal 197 72 252
Hex C5 48 FC

RGB Percentages of Color #c548fc

%37.81
%13.82
%48.37

CMYK Percentages of Color #c548fc

%22
%71
%0
%1

Triadic Colors of #c548fc

#c548fc #fcc548 #48fcc5

Analogous Colors of #c548fc

#c548fc #fc48d9 #6b48fc

Monochromatic Colors of #c548fc

#c548fc

Complementary Color

#c548fc #7ffc48

#c548fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c548fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c548fc Color CSS Codes

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

#c548fc Text Font Color

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

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


#c548fc Background Color

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

This div background color is #c548fc


#c548fc Border Color

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

This div border color is #c548fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c548fc

Related Colors


Comments

No comments written yet.

Please login to write comment.