Color Hex Logo

#c3147d Color Hex

#C3147D
(195,20,125)
0 Favorites   0 Comments

Color spaces of #c3147d

RGB 19520125
HSL0.900.810.42
HSV324°90°76°
CMYK 0.000.900.36   0.24
XYZ26.457513.583120.6294
Yxy13.58310.43610.2239
Hunter Lab36.855363.6441-7.3884
CIE-Lab43.629069.4460-12.0611

#c3147d color RGB value is (195,20,125).

#c3147d hex color red value is 195, green value is 20 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #c3147d hue: 0.90 , saturation: 0.81 and the lightness value of c3147d is 0.42.

The process color (four color CMYK) of #c3147d color hex is 0.00, 0.90, 0.36, 0.24. Web safe color of #c3147d is #cc0066. Color #c3147d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00010100 01111101
Octal 303 24 175
Decimal 195 20 125
Hex C3 14 7D

RGB Percentages of Color #c3147d

%57.35
%5.88
%36.76

CMYK Percentages of Color #c3147d

%0
%90
%36
%24

Triadic Colors of #c3147d

#c3147d #7dc314 #147dc3

Analogous Colors of #c3147d

#c3147d #c31426 #b214c3

Monochromatic Colors of #c3147d

#c3147d

Complementary Color

#c3147d #14c35a

#c3147d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3147d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3147d Color CSS Codes

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

#c3147d Text Font Color

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

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


#c3147d Background Color

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

This div background color is #c3147d


#c3147d Border Color

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

This div border color is #c3147d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,20,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c3147d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c3147d;
  -webkit-box-shadow: 1px 1px 3px 2px #c3147d;
  box-shadow:         1px 1px 3px 2px #c3147d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,20,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3147d


Comments

No comments written yet.

Please login to write comment.