Color Hex Logo

#c957dd Color Hex

#C957DD
(201,87,221)
0 Favorites   0 Comments

Color spaces of #c957dd

RGB 20187221
HSL0.810.660.60
HSV291°61°87°
CMYK 0.090.610.00   0.13
XYZ40.546724.454470.9897
Yxy24.45440.29820.1798
Hunter Lab49.451459.8176-50.4975
CIE-Lab56.539963.7217-48.3549

#c957dd color RGB value is (201,87,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010111 11011101
Octal 311 127 335
Decimal 201 87 221
Hex C9 57 DD

RGB Percentages of Color #c957dd

%39.49
%17.09
%43.42

CMYK Percentages of Color #c957dd

%9
%61
%0
%13

Triadic Colors of #c957dd

#c957dd #ddc957 #57ddc9

Analogous Colors of #c957dd

#c957dd #dd57ae #8657dd

Monochromatic Colors of #c957dd

#c957dd

Complementary Color

#c957dd #6bdd57

#c957dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c957dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c957dd Color CSS Codes

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

#c957dd Text Font Color

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

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


#c957dd Background Color

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

This div background color is #c957dd


#c957dd Border Color

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

This div border color is #c957dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c957dd


Comments

No comments written yet.

Please login to write comment.