Color Hex Logo

#c4265d Color Hex

#C4265D
(196,38,93)
0 Favorites   0 Comments

Color spaces of #c4265d

RGB 1963893
HSL0.940.680.46
HSV339°81°77°
CMYK 0.000.810.53   0.23
XYZ25.433813.912311.7008
Yxy13.91230.49820.2725
Hunter Lab37.299256.44317.5101
CIE-Lab44.106963.12018.5469

#c4265d color RGB value is (196,38,93).

#c4265d hex color red value is 196, green value is 38 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #c4265d hue: 0.94 , saturation: 0.68 and the lightness value of c4265d is 0.46.

The process color (four color CMYK) of #c4265d color hex is 0.00, 0.81, 0.53, 0.23. Web safe color of #c4265d is #cc3366. Color #c4265d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100110 01011101
Octal 304 46 135
Decimal 196 38 93
Hex C4 26 5D

RGB Percentages of Color #c4265d

%59.94
%11.62
%28.44

CMYK Percentages of Color #c4265d

%0
%81
%53
%23

Triadic Colors of #c4265d

#c4265d #5dc426 #265dc4

Analogous Colors of #c4265d

#c4265d #c43e26 #c426ac

Monochromatic Colors of #c4265d

#c4265d

Complementary Color

#c4265d #26c48d

#c4265d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4265d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4265d Color CSS Codes

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

#c4265d Text Font Color

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

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


#c4265d Background Color

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

This div background color is #c4265d


#c4265d Border Color

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

This div border color is #c4265d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,38,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c4265d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c4265d;
  -webkit-box-shadow: 1px 1px 3px 2px #c4265d;
  box-shadow:         1px 1px 3px 2px #c4265d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,38,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4265d


Comments

No comments written yet.

Please login to write comment.