Color Hex Logo

#c548ee Color Hex

#C548EE
(197,72,238)
0 Favorites   0 Comments

Color spaces of #c548ee

RGB 19772238
HSL0.790.830.61
HSV285°70°93°
CMYK 0.170.700.00   0.07
XYZ40.775922.678183.1171
Yxy22.67810.27820.1547
Hunter Lab47.621569.5028-70.1478
CIE-Lab54.739272.1912-60.8207

#c548ee color RGB value is (197,72,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01001000 11101110
Octal 305 110 356
Decimal 197 72 238
Hex C5 48 EE

RGB Percentages of Color #c548ee

%38.86
%14.20
%46.94

CMYK Percentages of Color #c548ee

%17
%70
%0
%7

Triadic Colors of #c548ee

#c548ee #eec548 #48eec5

Analogous Colors of #c548ee

#c548ee #ee48c4 #7248ee

Monochromatic Colors of #c548ee

#c548ee

Complementary Color

#c548ee #71ee48

#c548ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c548ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c548ee Color CSS Codes

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

#c548ee Text Font Color

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

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


#c548ee Background Color

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

This div background color is #c548ee


#c548ee Border Color

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

This div border color is #c548ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c548ee


Comments

No comments written yet.

Please login to write comment.