color codes Logo

#c957ef color codes

#C957EF
(201,87,239)
0 Favorites   0 Comments

Color spaces of #c957ef

RGB 20187239
HSL0.790.830.64
HSV285°64°94°
CMYK 0.160.640.00   0.06
XYZ43.075625.465984.3064
Yxy25.46590.28180.1666
Hunter Lab50.463764.0551-63.7272
CIE-Lab57.526667.1368-56.8825

#c957ef color RGB value is (201,87,239).

#c957ef hex color red value is 201, green value is 87 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c957ef hue: 0.79 , saturation: 0.83 and the lightness value of c957ef is 0.64.

The process color (four color CMYK) of #c957ef color code is 0.16, 0.64, 0.00, 0.06. Web safe color of #c957ef is #cc66ff. Color #c957ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010111 11101111
Octal 311 127 357
Decimal 201 87 239
Hex C9 57 EF

RGB Percentages of Color #c957ef

%38.14
%16.51
%45.35

CMYK Percentages of Color #c957ef

%16
%64
%0
%6

Triadic Colors of #c957ef

#c957ef #efc957 #57efc9

Analogous Colors of #c957ef

#c957ef #ef57c9 #7d57ef

Monochromatic Colors of #c957ef

#c957ef

Complementary Color

#c957ef #7def57

#c957ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c957ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c957ef Color CSS Codes

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

#c957ef Text Font Color

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

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


#c957ef Background Color

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

This div background color is #c957ef


#c957ef Border Color

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

This div border color is #c957ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c957ef


Comments

No comments written yet.

Please login to write comment.