Color Hex Logo

#c1259b Color Hex

#C1259B
(193,37,155)
0 Favorites   0 Comments

Color spaces of #c1259b

RGB 19337155
HSL0.870.680.45
HSV315°81°76°
CMYK 0.000.810.20   0.24
XYZ28.570315.027132.4051
Yxy15.02710.37590.1977
Hunter Lab38.764863.7190-22.4276
CIE-Lab45.671369.1117-27.2009

#c1259b color RGB value is (193,37,155).

#c1259b hex color red value is 193, green value is 37 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #c1259b hue: 0.87 , saturation: 0.68 and the lightness value of c1259b is 0.45.

The process color (four color CMYK) of #c1259b color hex is 0.00, 0.81, 0.20, 0.24. Web safe color of #c1259b is #cc3399. Color #c1259b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100101 10011011
Octal 301 45 233
Decimal 193 37 155
Hex C1 25 9B

RGB Percentages of Color #c1259b

%50.13
%9.61
%40.26

CMYK Percentages of Color #c1259b

%0
%81
%20
%24

Triadic Colors of #c1259b

#c1259b #9bc125 #259bc1

Analogous Colors of #c1259b

#c1259b #c1254d #9925c1

Monochromatic Colors of #c1259b

#c1259b

Complementary Color

#c1259b #25c14b

#c1259b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1259b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1259b Color CSS Codes

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

#c1259b Text Font Color

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

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


#c1259b Background Color

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

This div background color is #c1259b


#c1259b Border Color

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

This div border color is #c1259b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,37,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c1259b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c1259b;
  -webkit-box-shadow: 1px 1px 3px 2px #c1259b;
  box-shadow:         1px 1px 3px 2px #c1259b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,37,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1259b


Comments

No comments written yet.

Please login to write comment.