Color Hex Logo

#c048ed Color Hex

#C048ED
(192,72,237)
0 Favorites   0 Comments

Color spaces of #c048ed

RGB 19272237
HSL0.790.820.61
HSV284°70°93°
CMYK 0.190.700.00   0.07
XYZ39.341721.955682.2851
Yxy21.95560.27400.1529
Hunter Lab46.856867.8720-71.3192
CIE-Lab53.979970.9902-61.5179

#c048ed color RGB value is (192,72,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001000 11101101
Octal 300 110 355
Decimal 192 72 237
Hex C0 48 ED

RGB Percentages of Color #c048ed

%38.32
%14.37
%47.31

CMYK Percentages of Color #c048ed

%19
%70
%0
%7

Triadic Colors of #c048ed

#c048ed #edc048 #48edc0

Analogous Colors of #c048ed

#c048ed #ed48c8 #6e48ed

Monochromatic Colors of #c048ed

#c048ed

Complementary Color

#c048ed #75ed48

#c048ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c048ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c048ed Color CSS Codes

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

#c048ed Text Font Color

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

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


#c048ed Background Color

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

This div background color is #c048ed


#c048ed Border Color

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

This div border color is #c048ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c048ed


Comments

No comments written yet.

Please login to write comment.