Color Hex Logo

#c577f1 Color Hex

#C577F1
(197,119,241)
0 Favorites   0 Comments

Color spaces of #c577f1

RGB 197119241
HSL0.770.810.71
HSV278°51°95°
CMYK 0.180.510.00   0.05
XYZ45.500031.414886.8846
Yxy31.41480.27780.1918
Hunter Lab56.048946.8191-52.6746
CIE-Lab62.856251.2383-49.5468

#c577f1 color RGB value is (197,119,241).

#c577f1 hex color red value is 197, green value is 119 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #c577f1 hue: 0.77 , saturation: 0.81 and the lightness value of c577f1 is 0.71.

The process color (four color CMYK) of #c577f1 color hex is 0.18, 0.51, 0.00, 0.05. Web safe color of #c577f1 is #cc66ff. Color #c577f1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01110111 11110001
Octal 305 167 361
Decimal 197 119 241
Hex C5 77 F1

RGB Percentages of Color #c577f1

%35.37
%21.36
%43.27

CMYK Percentages of Color #c577f1

%18
%51
%0
%5

Triadic Colors of #c577f1

#c577f1 #f1c577 #77f1c5

Analogous Colors of #c577f1

#c577f1 #f177e0 #8877f1

Monochromatic Colors of #c577f1

#c577f1

Complementary Color

#c577f1 #a3f177

#c577f1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c577f1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c577f1 Color CSS Codes

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

#c577f1 Text Font Color

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

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


#c577f1 Background Color

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

This div background color is #c577f1


#c577f1 Border Color

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

This div border color is #c577f1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c577f1


Comments

No comments written yet.

Please login to write comment.