Color Hex Logo

#c757ca Color Hex

#C757CA
(199,87,202)
0 Favorites   0 Comments

Color spaces of #c757ca

RGB 19987202
HSL0.830.520.57
HSV298°57°79°
CMYK 0.010.570.00   0.21
XYZ37.622123.222858.3767
Yxy23.22280.31560.1948
Hunter Lab48.190055.0229-38.0900
CIE-Lab55.301159.7850-39.5433

#c757ca color RGB value is (199,87,202).

#c757ca hex color red value is 199, green value is 87 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c757ca hue: 0.83 , saturation: 0.52 and the lightness value of c757ca is 0.57.

The process color (four color CMYK) of #c757ca color hex is 0.01, 0.57, 0.00, 0.21. Web safe color of #c757ca is #cc66cc. Color #c757ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010111 11001010
Octal 307 127 312
Decimal 199 87 202
Hex C7 57 CA

RGB Percentages of Color #c757ca

%40.78
%17.83
%41.39

CMYK Percentages of Color #c757ca

%1
%57
%0
%21

Triadic Colors of #c757ca

#c757ca #cac757 #57cac7

Analogous Colors of #c757ca

#c757ca #ca5794 #8e57ca

Monochromatic Colors of #c757ca

#c757ca

Complementary Color

#c757ca #5aca57

#c757ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c757ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c757ca Color CSS Codes

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

#c757ca Text Font Color

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

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


#c757ca Background Color

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

This div background color is #c757ca


#c757ca Border Color

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

This div border color is #c757ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c757ca


Comments

No comments written yet.

Please login to write comment.