Color Hex Logo

#c048cd Color Hex

#C048CD
(192,72,205)
0 Favorites   0 Comments

Color spaces of #c048cd

RGB 19272205
HSL0.820.570.54
HSV294°65°80°
CMYK 0.060.650.00   0.20
XYZ35.075020.249059.8174
Yxy20.24900.30460.1759
Hunter Lab44.998960.3862-47.3155
CIE-Lab52.117665.0279-46.3579

#c048cd color RGB value is (192,72,205).

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

The process color (four color CMYK) of #c048cd color hex is 0.06, 0.65, 0.00, 0.20. Web safe color of #c048cd is #cc33cc. Color #c048cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001000 11001101
Octal 300 110 315
Decimal 192 72 205
Hex C0 48 CD

RGB Percentages of Color #c048cd

%40.94
%15.35
%43.71

CMYK Percentages of Color #c048cd

%6
%65
%0
%20

Triadic Colors of #c048cd

#c048cd #cdc048 #48cdc0

Analogous Colors of #c048cd

#c048cd #cd4898 #7e48cd

Monochromatic Colors of #c048cd

#c048cd

Complementary Color

#c048cd #55cd48

#c048cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c048cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c048cd Color CSS Codes

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

#c048cd Text Font Color

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

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


#c048cd Background Color

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

This div background color is #c048cd


#c048cd Border Color

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

This div border color is #c048cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c048cd


Comments

No comments written yet.

Please login to write comment.