Color Hex Logo

#c3247d Color Hex

#C3247D
(195,36,125)
0 Favorites   0 Comments

Color spaces of #c3247d

RGB 19536125
HSL0.910.690.45
HSV326°82°76°
CMYK 0.000.820.36   0.24
XYZ26.838214.344520.7563
Yxy14.34450.43330.2316
Hunter Lab37.874160.2081-5.9810
CIE-Lab44.723066.2890-10.4100

#c3247d color RGB value is (195,36,125).

#c3247d hex color red value is 195, green value is 36 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #c3247d hue: 0.91 , saturation: 0.69 and the lightness value of c3247d is 0.45.

The process color (four color CMYK) of #c3247d color hex is 0.00, 0.82, 0.36, 0.24. Web safe color of #c3247d is #cc3366. Color #c3247d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00100100 01111101
Octal 303 44 175
Decimal 195 36 125
Hex C3 24 7D

RGB Percentages of Color #c3247d

%54.78
%10.11
%35.11

CMYK Percentages of Color #c3247d

%0
%82
%36
%24

Triadic Colors of #c3247d

#c3247d #7dc324 #247dc3

Analogous Colors of #c3247d

#c3247d #c3242e #ba24c3

Monochromatic Colors of #c3247d

#c3247d

Complementary Color

#c3247d #24c36a

#c3247d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3247d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3247d Color CSS Codes

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

#c3247d Text Font Color

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

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


#c3247d Background Color

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

This div background color is #c3247d


#c3247d Border Color

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

This div border color is #c3247d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,36,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 #c3247d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3247d


Comments

No comments written yet.

Please login to write comment.