Color Hex Logo

#c957fc Color Hex

#C957FC
(201,87,252)
0 Favorites   0 Comments

Color spaces of #c957fc

RGB 20187252
HSL0.780.960.66
HSV281°65°99°
CMYK 0.200.650.00   0.01
XYZ45.066326.262294.7893
Yxy26.26220.27130.1581
Hunter Lab51.246767.2912-73.7941
CIE-Lab58.285169.6948-62.8913

#c957fc color RGB value is (201,87,252).

#c957fc hex color red value is 201, green value is 87 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c957fc hue: 0.78 , saturation: 0.96 and the lightness value of c957fc is 0.66.

The process color (four color CMYK) of #c957fc color hex is 0.20, 0.65, 0.00, 0.01. Web safe color of #c957fc is #cc66ff. Color #c957fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010111 11111100
Octal 311 127 374
Decimal 201 87 252
Hex C9 57 FC

RGB Percentages of Color #c957fc

%37.22
%16.11
%46.67

CMYK Percentages of Color #c957fc

%20
%65
%0
%1

Triadic Colors of #c957fc

#c957fc #fcc957 #57fcc9

Analogous Colors of #c957fc

#c957fc #fc57dd #7757fc

Monochromatic Colors of #c957fc

#c957fc

Complementary Color

#c957fc #8afc57

#c957fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c957fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c957fc Color CSS Codes

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

#c957fc Text Font Color

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

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


#c957fc Background Color

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

This div background color is #c957fc


#c957fc Border Color

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

This div border color is #c957fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c957fc


Comments

No comments written yet.

Please login to write comment.