Color Hex Logo

#c58feb Color Hex

#C58FEB
(197,143,235)
0 Favorites   0 Comments

Color spaces of #c58feb

RGB 197143235
HSL0.760.700.74
HSV275°39°92°
CMYK 0.160.390.00   0.08
XYZ47.843837.513483.3164
Yxy37.51340.28360.2224
Hunter Lab61.248232.2503-37.7789
CIE-Lab67.660437.1345-38.6887

#c58feb color RGB value is (197,143,235).

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

The process color (four color CMYK) of #c58feb color hex is 0.16, 0.39, 0.00, 0.08. Web safe color of #c58feb is #cc99ff. Color #c58feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001111 11101011
Octal 305 217 353
Decimal 197 143 235
Hex C5 8F EB

RGB Percentages of Color #c58feb

%34.26
%24.87
%40.87

CMYK Percentages of Color #c58feb

%16
%39
%0
%8

Triadic Colors of #c58feb

#c58feb #ebc58f #8febc5

Analogous Colors of #c58feb

#c58feb #eb8fe3 #978feb

Monochromatic Colors of #c58feb

#c58feb

Complementary Color

#c58feb #b5eb8f

#c58feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c58feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c58feb Color CSS Codes

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

#c58feb Text Font Color

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

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


#c58feb Background Color

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

This div background color is #c58feb


#c58feb Border Color

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

This div border color is #c58feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c58feb


Comments

No comments written yet.

Please login to write comment.