Color Hex Logo

#c257da Color Hex

#C257DA
(194,87,218)
0 Favorites   0 Comments

Color spaces of #c257da

RGB 19487218
HSL0.800.640.60
HSV289°60°85°
CMYK 0.110.600.00   0.15
XYZ38.311223.347768.8170
Yxy23.34770.29360.1789
Hunter Lab48.319556.9688-50.6177
CIE-Lab55.428761.4629-48.4831

#c257da color RGB value is (194,87,218).

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

The process color (four color CMYK) of #c257da color hex is 0.11, 0.60, 0.00, 0.15. Web safe color of #c257da is #cc66cc. Color #c257da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010111 11011010
Octal 302 127 332
Decimal 194 87 218
Hex C2 57 DA

RGB Percentages of Color #c257da

%38.88
%17.43
%43.69

CMYK Percentages of Color #c257da

%11
%60
%0
%15

Triadic Colors of #c257da

#c257da #dac257 #57dac2

Analogous Colors of #c257da

#c257da #da57b1 #8157da

Monochromatic Colors of #c257da

#c257da

Complementary Color

#c257da #6fda57

#c257da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c257da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c257da Color CSS Codes

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

#c257da Text Font Color

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

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


#c257da Background Color

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

This div background color is #c257da


#c257da Border Color

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

This div border color is #c257da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,87,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c257da

#c257da Color Palettes


Comments

No comments written yet.

Please login to write comment.