Color Hex Logo

#c053df Color Hex

#C053DF
(192,83,223)
0 Favorites   0 Comments

Color spaces of #c053df

RGB 19283223
HSL0.800.690.60
HSV287°63°87°
CMYK 0.140.630.00   0.13
XYZ38.150822.720772.1868
Yxy22.72070.28670.1708
Hunter Lab47.666259.4508-56.4237
CIE-Lab54.783563.7278-52.3526

#c053df color RGB value is (192,83,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010011 11011111
Octal 300 123 337
Decimal 192 83 223
Hex C0 53 DF

RGB Percentages of Color #c053df

%38.55
%16.67
%44.78

CMYK Percentages of Color #c053df

%14
%63
%0
%13

Triadic Colors of #c053df

#c053df #dfc053 #53dfc0

Analogous Colors of #c053df

#c053df #df53b8 #7a53df

Monochromatic Colors of #c053df

#c053df

Complementary Color

#c053df #72df53

#c053df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c053df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c053df Color CSS Codes

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

#c053df Text Font Color

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

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


#c053df Background Color

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

This div background color is #c053df


#c053df Border Color

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

This div border color is #c053df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c053df


Comments

No comments written yet.

Please login to write comment.