Color Hex Logo

#c048de Color Hex

#C048DE
(192,72,222)
0 Favorites   0 Comments

Color spaces of #c048de

RGB 19272222
HSL0.800.690.58
HSV288°68°87°
CMYK 0.140.680.00   0.13
XYZ37.240421.115171.2201
Yxy21.11510.28740.1630
Hunter Lab45.951264.2480-59.7282
CIE-Lab53.075268.1335-54.5159

#c048de color RGB value is (192,72,222).

#c048de hex color red value is 192, green value is 72 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c048de hue: 0.80 , saturation: 0.69 and the lightness value of c048de is 0.58.

The process color (four color CMYK) of #c048de color hex is 0.14, 0.68, 0.00, 0.13. Web safe color of #c048de is #cc33cc. Color #c048de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001000 11011110
Octal 300 110 336
Decimal 192 72 222
Hex C0 48 DE

RGB Percentages of Color #c048de

%39.51
%14.81
%45.68

CMYK Percentages of Color #c048de

%14
%68
%0
%13

Triadic Colors of #c048de

#c048de #dec048 #48dec0

Analogous Colors of #c048de

#c048de #de48b1 #7548de

Monochromatic Colors of #c048de

#c048de

Complementary Color

#c048de #66de48

#c048de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c048de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c048de Color CSS Codes

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

#c048de Text Font Color

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

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


#c048de Background Color

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

This div background color is #c048de


#c048de Border Color

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

This div border color is #c048de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c048de


Comments

No comments written yet.

Please login to write comment.