Color Hex Logo

#c57cdc Color Hex

#C57CDC
(197,124,220)
0 Favorites   0 Comments

Color spaces of #c57cdc

RGB 197124220
HSL0.790.580.67
HSV286°44°86°
CMYK 0.100.440.00   0.14
XYZ43.151931.452971.5068
Yxy31.45290.29530.2153
Hunter Lab56.082939.1984-36.3379
CIE-Lab62.888144.2534-37.8298

#c57cdc color RGB value is (197,124,220).

#c57cdc hex color red value is 197, green value is 124 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c57cdc hue: 0.79 , saturation: 0.58 and the lightness value of c57cdc is 0.67.

The process color (four color CMYK) of #c57cdc color hex is 0.10, 0.44, 0.00, 0.14. Web safe color of #c57cdc is #cc66cc. Color #c57cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01111100 11011100
Octal 305 174 334
Decimal 197 124 220
Hex C5 7C DC

RGB Percentages of Color #c57cdc

%36.41
%22.92
%40.67

CMYK Percentages of Color #c57cdc

%10
%44
%0
%14

Triadic Colors of #c57cdc

#c57cdc #dcc57c #7cdcc5

Analogous Colors of #c57cdc

#c57cdc #dc7cc3 #957cdc

Monochromatic Colors of #c57cdc

#c57cdc

Complementary Color

#c57cdc #93dc7c

#c57cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c57cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c57cdc Color CSS Codes

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

#c57cdc Text Font Color

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

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


#c57cdc Background Color

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

This div background color is #c57cdc


#c57cdc Border Color

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

This div border color is #c57cdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,124,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c57cdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c57cdc;
  -webkit-box-shadow: 1px 1px 3px 2px #c57cdc;
  box-shadow:         1px 1px 3px 2px #c57cdc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,124,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c57cdc


Comments

No comments written yet.

Please login to write comment.