Color Hex Logo

#c1408b Color Hex

#C1408B
(193,64,139)
0 Favorites   0 Comments

Color spaces of #c1408b

RGB 19364139
HSL0.900.510.50
HSV325°67°76°
CMYK 0.000.670.28   0.24
XYZ28.485916.868326.1806
Yxy16.86830.39820.2358
Hunter Lab41.071051.9291-9.0445
CIE-Lab48.093758.3403-13.8601

#c1408b color RGB value is (193,64,139).

#c1408b hex color red value is 193, green value is 64 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #c1408b hue: 0.90 , saturation: 0.51 and the lightness value of c1408b is 0.50.

The process color (four color CMYK) of #c1408b color hex is 0.00, 0.67, 0.28, 0.24. Web safe color of #c1408b is #cc3399. Color #c1408b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000000 10001011
Octal 301 100 213
Decimal 193 64 139
Hex C1 40 8B

RGB Percentages of Color #c1408b

%48.74
%16.16
%35.10

CMYK Percentages of Color #c1408b

%0
%67
%28
%24

Triadic Colors of #c1408b

#c1408b #8bc140 #408bc1

Analogous Colors of #c1408b

#c1408b #c1404a #b740c1

Monochromatic Colors of #c1408b

#c1408b

Complementary Color

#c1408b #40c176

#c1408b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1408b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1408b Color CSS Codes

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

#c1408b Text Font Color

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

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


#c1408b Background Color

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

This div background color is #c1408b


#c1408b Border Color

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

This div border color is #c1408b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1408b


Comments

No comments written yet.

Please login to write comment.