Color Hex Logo

#c053de Color Hex

#C053DE
(192,83,222)
0 Favorites   0 Comments

Color spaces of #c053de

RGB 19283222
HSL0.800.680.60
HSV287°63°87°
CMYK 0.140.630.00   0.13
XYZ38.016322.666971.4787
Yxy22.66690.28760.1715
Hunter Lab47.609859.2148-55.6879
CIE-Lab54.727663.5349-51.8769

#c053de color RGB value is (192,83,222).

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

The process color (four color CMYK) of #c053de color hex is 0.14, 0.63, 0.00, 0.13. Web safe color of #c053de is #cc66cc. Color #c053de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010011 11011110
Octal 300 123 336
Decimal 192 83 222
Hex C0 53 DE

RGB Percentages of Color #c053de

%38.63
%16.70
%44.67

CMYK Percentages of Color #c053de

%14
%63
%0
%13

Triadic Colors of #c053de

#c053de #dec053 #53dec0

Analogous Colors of #c053de

#c053de #de53b7 #7b53de

Monochromatic Colors of #c053de

#c053de

Complementary Color

#c053de #71de53

#c053de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c053de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c053de Color CSS Codes

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

#c053de Text Font Color

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

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


#c053de Background Color

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

This div background color is #c053de


#c053de Border Color

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

This div border color is #c053de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c053de


Comments

No comments written yet.

Please login to write comment.