Color Hex Logo

#c40375 Color Hex

#C40375
(196,3,117)
0 Favorites   0 Comments

Color spaces of #c40375

RGB 1963117
HSL0.900.970.39
HSV325°98°77°
CMYK 0.000.980.40   0.23
XYZ26.008413.085217.9845
Yxy13.08520.45570.2293
Hunter Lab36.173565.0363-4.1560
CIE-Lab42.891370.7679-8.1976

#c40375 color RGB value is (196,3,117).

#c40375 hex color red value is 196, green value is 3 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #c40375 hue: 0.90 , saturation: 0.97 and the lightness value of c40375 is 0.39.

The process color (four color CMYK) of #c40375 color hex is 0.00, 0.98, 0.40, 0.23. Web safe color of #c40375 is #cc0066. Color #c40375 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000011 01110101
Octal 304 3 165
Decimal 196 3 117
Hex C4 3 75

RGB Percentages of Color #c40375

%62.03
%0.95
%37.03

CMYK Percentages of Color #c40375

%0
%98
%40
%23

Triadic Colors of #c40375

#c40375 #75c403 #0375c4

Analogous Colors of #c40375

#c40375 #c40315 #b303c4

Monochromatic Colors of #c40375

#c40375

Complementary Color

#c40375 #03c452

#c40375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40375 Color CSS Codes

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

#c40375 Text Font Color

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

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


#c40375 Background Color

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

This div background color is #c40375


#c40375 Border Color

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

This div border color is #c40375


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40375


Comments

No comments written yet.

Please login to write comment.