Color Hex Logo

#c053dd Color Hex

#C053DD
(192,83,221)
0 Favorites   0 Comments

Color spaces of #c053dd

RGB 19283221
HSL0.800.670.60
HSV287°62°87°
CMYK 0.130.620.00   0.13
XYZ37.882622.613470.7748
Yxy22.61340.28860.1723
Hunter Lab47.553558.9798-54.9549
CIE-Lab54.671963.3425-51.4005

#c053dd color RGB value is (192,83,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010011 11011101
Octal 300 123 335
Decimal 192 83 221
Hex C0 53 DD

RGB Percentages of Color #c053dd

%38.71
%16.73
%44.56

CMYK Percentages of Color #c053dd

%13
%62
%0
%13

Triadic Colors of #c053dd

#c053dd #ddc053 #53ddc0

Analogous Colors of #c053dd

#c053dd #dd53b5 #7b53dd

Monochromatic Colors of #c053dd

#c053dd

Complementary Color

#c053dd #70dd53

#c053dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c053dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c053dd Color CSS Codes

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

#c053dd Text Font Color

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

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


#c053dd Background Color

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

This div background color is #c053dd


#c053dd Border Color

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

This div border color is #c053dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c053dd


Comments

No comments written yet.

Please login to write comment.