Color Hex Logo

#c57bff Color Hex

#C57BFF
(197,123,255)
0 Favorites   0 Comments

Color spaces of #c57bff

RGB 197123255
HSL0.761.000.74
HSV274°52°100°
CMYK 0.230.520.00   0.00
XYZ48.158933.256298.4886
Yxy33.25620.26770.1849
Hunter Lab57.668248.1466-60.8907
CIE-Lab64.367852.1981-54.8565

#c57bff color RGB value is (197,123,255).

#c57bff hex color red value is 197, green value is 123 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c57bff hue: 0.76 , saturation: 1.00 and the lightness value of c57bff is 0.74.

The process color (four color CMYK) of #c57bff color hex is 0.23, 0.52, 0.00, 0.00. Web safe color of #c57bff is #cc66ff. Color #c57bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01111011 11111111
Octal 305 173 377
Decimal 197 123 255
Hex C5 7B FF

RGB Percentages of Color #c57bff

%34.26
%21.39
%44.35

CMYK Percentages of Color #c57bff

%23
%52
%0
%0

Triadic Colors of #c57bff

#c57bff #ffc57b #7bffc5

Analogous Colors of #c57bff

#c57bff #ff7bf7 #837bff

Monochromatic Colors of #c57bff

#c57bff

Complementary Color

#c57bff #b5ff7b

#c57bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c57bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c57bff Color CSS Codes

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

#c57bff Text Font Color

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

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


#c57bff Background Color

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

This div background color is #c57bff


#c57bff Border Color

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

This div border color is #c57bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c57bff


Comments

No comments written yet.

Please login to write comment.