Color Hex Logo

#c548ed Color Hex

#C548ED
(197,72,237)
0 Favorites   0 Comments

Color spaces of #c548ed

RGB 19772237
HSL0.790.820.61
HSV285°70°93°
CMYK 0.170.700.00   0.07
XYZ40.629422.619582.3454
Yxy22.61950.27910.1554
Hunter Lab47.560069.2586-69.3628
CIE-Lab54.678272.0019-60.3583

#c548ed color RGB value is (197,72,237).

#c548ed hex color red value is 197, green value is 72 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c548ed hue: 0.79 , saturation: 0.82 and the lightness value of c548ed is 0.61.

The process color (four color CMYK) of #c548ed color hex is 0.17, 0.70, 0.00, 0.07. Web safe color of #c548ed is #cc33ff. Color #c548ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01001000 11101101
Octal 305 110 355
Decimal 197 72 237
Hex C5 48 ED

RGB Percentages of Color #c548ed

%38.93
%14.23
%46.84

CMYK Percentages of Color #c548ed

%17
%70
%0
%7

Triadic Colors of #c548ed

#c548ed #edc548 #48edc5

Analogous Colors of #c548ed

#c548ed #ed48c3 #7348ed

Monochromatic Colors of #c548ed

#c548ed

Complementary Color

#c548ed #70ed48

#c548ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c548ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c548ed Color CSS Codes

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

#c548ed Text Font Color

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

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


#c548ed Background Color

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

This div background color is #c548ed


#c548ed Border Color

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

This div border color is #c548ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c548ed


Comments

No comments written yet.

Please login to write comment.