Color Hex Logo

#c57fee Color Hex

#C57FEE
(197,127,238)
0 Favorites   0 Comments

Color spaces of #c57fee

RGB 197127238
HSL0.770.770.72
HSV278°47°93°
CMYK 0.170.470.00   0.07
XYZ46.047933.222184.8744
Yxy33.22210.28050.2024
Hunter Lab57.638641.7373-46.9591
CIE-Lab64.340346.4050-45.5462

#c57fee color RGB value is (197,127,238).

#c57fee hex color red value is 197, green value is 127 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c57fee hue: 0.77 , saturation: 0.77 and the lightness value of c57fee is 0.72.

The process color (four color CMYK) of #c57fee color hex is 0.17, 0.47, 0.00, 0.07. Web safe color of #c57fee is #cc66ff. Color #c57fee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01111111 11101110
Octal 305 177 356
Decimal 197 127 238
Hex C5 7F EE

RGB Percentages of Color #c57fee

%35.05
%22.60
%42.35

CMYK Percentages of Color #c57fee

%17
%47
%0
%7

Triadic Colors of #c57fee

#c57fee #eec57f #7feec5

Analogous Colors of #c57fee

#c57fee #ee7fe0 #8e7fee

Monochromatic Colors of #c57fee

#c57fee

Complementary Color

#c57fee #a8ee7f

#c57fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c57fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c57fee Color CSS Codes

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

#c57fee Text Font Color

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

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


#c57fee Background Color

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

This div background color is #c57fee


#c57fee Border Color

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

This div border color is #c57fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c57fee


Comments

No comments written yet.

Please login to write comment.