Color Hex Logo

#c548ff Color Hex

#C548FF
(197,72,255)
0 Favorites   0 Comments

Color spaces of #c548ff

RGB 19772255
HSL0.781.000.64
HSV281°72°100°
CMYK 0.230.720.00   0.00
XYZ43.393323.725096.9001
Yxy23.72500.26460.1446
Hunter Lab48.708373.7827-83.8554
CIE-Lab55.811475.4717-68.5635

#c548ff color RGB value is (197,72,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01001000 11111111
Octal 305 110 377
Decimal 197 72 255
Hex C5 48 FF

RGB Percentages of Color #c548ff

%37.60
%13.74
%48.66

CMYK Percentages of Color #c548ff

%23
%72
%0
%0

Triadic Colors of #c548ff

#c548ff #ffc548 #48ffc5

Analogous Colors of #c548ff

#c548ff #ff48de #6a48ff

Monochromatic Colors of #c548ff

#c548ff

Complementary Color

#c548ff #82ff48

#c548ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c548ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c548ff Color CSS Codes

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

#c548ff Text Font Color

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

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


#c548ff Background Color

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

This div background color is #c548ff


#c548ff Border Color

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

This div border color is #c548ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,72,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 #c548ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c548ff

Related Colors

#c548ff Color Palettes


Comments

No comments written yet.

Please login to write comment.