Color Hex Logo

#c58cce Color Hex

#C58CCE
(197,140,206)
0 Favorites   0 Comments

Color spaces of #c58cce

RGB 197140206
HSL0.810.400.68
HSV292°32°81°
CMYK 0.040.320.00   0.19
XYZ43.544635.082762.8691
Yxy35.08270.30770.2479
Hunter Lab59.230727.5742-21.4706
CIE-Lab65.813032.8083-25.4846

#c58cce color RGB value is (197,140,206).

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

The process color (four color CMYK) of #c58cce color hex is 0.04, 0.32, 0.00, 0.19. Web safe color of #c58cce is #cc99cc. Color #c58cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001100 11001110
Octal 305 214 316
Decimal 197 140 206
Hex C5 8C CE

RGB Percentages of Color #c58cce

%36.28
%25.78
%37.94

CMYK Percentages of Color #c58cce

%4
%32
%0
%19

Triadic Colors of #c58cce

#c58cce #cec58c #8ccec5

Analogous Colors of #c58cce

#c58cce #ce8cb6 #a48cce

Monochromatic Colors of #c58cce

#c58cce

Complementary Color

#c58cce #95ce8c

#c58cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c58cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c58cce Color CSS Codes

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

#c58cce Text Font Color

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

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


#c58cce Background Color

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

This div background color is #c58cce


#c58cce Border Color

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

This div border color is #c58cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c58cce


Comments

No comments written yet.

Please login to write comment.