Color Hex Logo

#c057dd Color Hex

#C057DD
(192,87,221)
0 Favorites   0 Comments

Color spaces of #c057dd

RGB 19287221
HSL0.800.660.60
HSV287°61°87°
CMYK 0.130.610.00   0.13
XYZ38.197623.243370.8798
Yxy23.24330.28870.1757
Hunter Lab48.211357.0550-53.4197
CIE-Lab55.322161.5571-50.3651

#c057dd color RGB value is (192,87,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010111 11011101
Octal 300 127 335
Decimal 192 87 221
Hex C0 57 DD

RGB Percentages of Color #c057dd

%38.40
%17.40
%44.20

CMYK Percentages of Color #c057dd

%13
%61
%0
%13

Triadic Colors of #c057dd

#c057dd #ddc057 #57ddc0

Analogous Colors of #c057dd

#c057dd #dd57b7 #7d57dd

Monochromatic Colors of #c057dd

#c057dd

Complementary Color

#c057dd #74dd57

#c057dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c057dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c057dd Color CSS Codes

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

#c057dd Text Font Color

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

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


#c057dd Background Color

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

This div background color is #c057dd


#c057dd Border Color

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

This div border color is #c057dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c057dd


Comments

No comments written yet.

Please login to write comment.