Color Hex Logo

#c594bc Color Hex

#C594BC
(197,148,188)
0 Favorites   0 Comments

Color spaces of #c594bc

RGB 197148188
HSL0.860.300.68
HSV311°25°77°
CMYK 0.000.250.05   0.23
XYZ42.693036.681052.4069
Yxy36.68100.32400.2783
Hunter Lab60.564819.8387-8.9084
CIE-Lab67.037025.0031-13.5702

#c594bc color RGB value is (197,148,188).

#c594bc hex color red value is 197, green value is 148 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c594bc hue: 0.86 , saturation: 0.30 and the lightness value of c594bc is 0.68.

The process color (four color CMYK) of #c594bc color hex is 0.00, 0.25, 0.05, 0.23. Web safe color of #c594bc is #cc99cc. Color #c594bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10010100 10111100
Octal 305 224 274
Decimal 197 148 188
Hex C5 94 BC

RGB Percentages of Color #c594bc

%36.96
%27.77
%35.27

CMYK Percentages of Color #c594bc

%0
%25
%5
%23

Triadic Colors of #c594bc

#c594bc #bcc594 #94bcc5

Analogous Colors of #c594bc

#c594bc #c594a4 #b694c5

Monochromatic Colors of #c594bc

#c594bc

Complementary Color

#c594bc #94c59d

#c594bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c594bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c594bc Color CSS Codes

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

#c594bc Text Font Color

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

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


#c594bc Background Color

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

This div background color is #c594bc


#c594bc Border Color

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

This div border color is #c594bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c594bc


Comments

No comments written yet.

Please login to write comment.