Color Hex Logo

#c1275a Color Hex

#C1275A
(193,39,90)
0 Favorites   0 Comments

Color spaces of #c1275a

RGB 1933990
HSL0.940.660.45
HSV340°80°76°
CMYK 0.000.800.53   0.24
XYZ24.563313.526710.9891
Yxy13.52670.50050.2756
Hunter Lab36.778754.85188.0298
CIE-Lab43.546461.81759.5488

#c1275a color RGB value is (193,39,90).

#c1275a hex color red value is 193, green value is 39 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #c1275a hue: 0.94 , saturation: 0.66 and the lightness value of c1275a is 0.45.

The process color (four color CMYK) of #c1275a color hex is 0.00, 0.80, 0.53, 0.24. Web safe color of #c1275a is #cc3366. Color #c1275a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100111 01011010
Octal 301 47 132
Decimal 193 39 90
Hex C1 27 5A

RGB Percentages of Color #c1275a

%59.94
%12.11
%27.95

CMYK Percentages of Color #c1275a

%0
%80
%53
%24

Triadic Colors of #c1275a

#c1275a #5ac127 #275ac1

Analogous Colors of #c1275a

#c1275a #c14127 #c127a7

Monochromatic Colors of #c1275a

#c1275a

Complementary Color

#c1275a #27c18e

#c1275a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1275a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1275a Color CSS Codes

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

#c1275a Text Font Color

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

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


#c1275a Background Color

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

This div background color is #c1275a


#c1275a Border Color

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

This div border color is #c1275a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1275a


Comments

No comments written yet.

Please login to write comment.