Color Hex Logo

#c58fcf Color Hex

#C58FCF
(197,143,207)
0 Favorites   0 Comments

Color spaces of #c58fcf

RGB 197143207
HSL0.810.400.69
HSV291°31°81°
CMYK 0.050.310.00   0.19
XYZ44.110936.020263.6592
Yxy36.02020.30680.2505
Hunter Lab60.016826.1637-20.8765
CIE-Lab66.535431.3584-24.9339

#c58fcf color RGB value is (197,143,207).

#c58fcf hex color red value is 197, green value is 143 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c58fcf hue: 0.81 , saturation: 0.40 and the lightness value of c58fcf is 0.69.

The process color (four color CMYK) of #c58fcf color hex is 0.05, 0.31, 0.00, 0.19. Web safe color of #c58fcf is #cc99cc. Color #c58fcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001111 11001111
Octal 305 217 317
Decimal 197 143 207
Hex C5 8F CF

RGB Percentages of Color #c58fcf

%36.01
%26.14
%37.84

CMYK Percentages of Color #c58fcf

%5
%31
%0
%19

Triadic Colors of #c58fcf

#c58fcf #cfc58f #8fcfc5

Analogous Colors of #c58fcf

#c58fcf #cf8fb9 #a58fcf

Monochromatic Colors of #c58fcf

#c58fcf

Complementary Color

#c58fcf #99cf8f

#c58fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c58fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c58fcf Color CSS Codes

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

#c58fcf Text Font Color

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

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


#c58fcf Background Color

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

This div background color is #c58fcf


#c58fcf Border Color

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

This div border color is #c58fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c58fcf


Comments

No comments written yet.

Please login to write comment.