Color Hex Logo

#c657dc Color Hex

#C657DC
(198,87,220)
0 Favorites   0 Comments

Color spaces of #c657dc

RGB 19887220
HSL0.810.660.60
HSV290°60°86°
CMYK 0.100.600.00   0.14
XYZ39.615223.989570.2526
Yxy23.98950.29600.1792
Hunter Lab48.979158.6608-50.7566
CIE-Lab56.077362.8111-48.5502

#c657dc color RGB value is (198,87,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01010111 11011100
Octal 306 127 334
Decimal 198 87 220
Hex C6 57 DC

RGB Percentages of Color #c657dc

%39.21
%17.23
%43.56

CMYK Percentages of Color #c657dc

%10
%60
%0
%14

Triadic Colors of #c657dc

#c657dc #dcc657 #57dcc6

Analogous Colors of #c657dc

#c657dc #dc57b0 #8457dc

Monochromatic Colors of #c657dc

#c657dc

Complementary Color

#c657dc #6ddc57

#c657dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c657dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c657dc Color CSS Codes

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

#c657dc Text Font Color

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

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


#c657dc Background Color

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

This div background color is #c657dc


#c657dc Border Color

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

This div border color is #c657dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c657dc


Comments

No comments written yet.

Please login to write comment.