Color Hex Logo

#c048ee Color Hex

#C048EE
(192,72,238)
0 Favorites   0 Comments

Color spaces of #c048ee

RGB 19272238
HSL0.790.830.61
HSV283°70°93°
CMYK 0.190.700.00   0.07
XYZ39.488222.014283.0568
Yxy22.01420.27320.1523
Hunter Lab46.919368.1204-72.1120
CIE-Lab54.042171.1840-61.9784

#c048ee color RGB value is (192,72,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001000 11101110
Octal 300 110 356
Decimal 192 72 238
Hex C0 48 EE

RGB Percentages of Color #c048ee

%38.25
%14.34
%47.41

CMYK Percentages of Color #c048ee

%19
%70
%0
%7

Triadic Colors of #c048ee

#c048ee #eec048 #48eec0

Analogous Colors of #c048ee

#c048ee #ee48c9 #6d48ee

Monochromatic Colors of #c048ee

#c048ee

Complementary Color

#c048ee #76ee48

#c048ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c048ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c048ee Color CSS Codes

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

#c048ee Text Font Color

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

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


#c048ee Background Color

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

This div background color is #c048ee


#c048ee Border Color

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

This div border color is #c048ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c048ee


Comments

No comments written yet.

Please login to write comment.