Color Hex Logo

#c61b5e Color Hex

#C61B5E
(198,27,94)
0 Favorites   0 Comments

Color spaces of #c61b5e

RGB 1982794
HSL0.930.760.44
HSV336°86°78°
CMYK 0.000.860.53   0.22
XYZ25.701013.597811.8597
Yxy13.59780.50240.2658
Hunter Lab36.875259.87806.7439
CIE-Lab43.650566.21167.3315

#c61b5e color RGB value is (198,27,94).

#c61b5e hex color red value is 198, green value is 27 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #c61b5e hue: 0.93 , saturation: 0.76 and the lightness value of c61b5e is 0.44.

The process color (four color CMYK) of #c61b5e color hex is 0.00, 0.86, 0.53, 0.22. Web safe color of #c61b5e is #cc3366. Color #c61b5e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00011011 01011110
Octal 306 33 136
Decimal 198 27 94
Hex C6 1B 5E

RGB Percentages of Color #c61b5e

%62.07
%8.46
%29.47

CMYK Percentages of Color #c61b5e

%0
%86
%53
%22

Triadic Colors of #c61b5e

#c61b5e #5ec61b #1b5ec6

Analogous Colors of #c61b5e

#c61b5e #c62e1b #c61bb4

Monochromatic Colors of #c61b5e

#c61b5e

Complementary Color

#c61b5e #1bc683

#c61b5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c61b5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c61b5e Color CSS Codes

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

#c61b5e Text Font Color

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

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


#c61b5e Background Color

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

This div background color is #c61b5e


#c61b5e Border Color

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

This div border color is #c61b5e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,27,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c61b5e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c61b5e;
  -webkit-box-shadow: 1px 1px 3px 2px #c61b5e;
  box-shadow:         1px 1px 3px 2px #c61b5e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,27,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c61b5e


Comments

No comments written yet.

Please login to write comment.