Color Hex Logo

#c3238a Color Hex

#C3238A
(195,35,138)
0 Favorites   0 Comments

Color spaces of #c3238a

RGB 19535138
HSL0.890.700.45
HSV321°82°76°
CMYK 0.000.820.29   0.24
XYZ27.694214.639125.4107
Yxy14.63910.40880.2161
Hunter Lab38.261162.2453-12.5941
CIE-Lab45.135967.9604-17.7285

#c3238a color RGB value is (195,35,138).

#c3238a hex color red value is 195, green value is 35 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #c3238a hue: 0.89 , saturation: 0.70 and the lightness value of c3238a is 0.45.

The process color (four color CMYK) of #c3238a color hex is 0.00, 0.82, 0.29, 0.24. Web safe color of #c3238a is #cc3399. Color #c3238a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00100011 10001010
Octal 303 43 212
Decimal 195 35 138
Hex C3 23 8A

RGB Percentages of Color #c3238a

%52.99
%9.51
%37.50

CMYK Percentages of Color #c3238a

%0
%82
%29
%24

Triadic Colors of #c3238a

#c3238a #8ac323 #238ac3

Analogous Colors of #c3238a

#c3238a #c3233a #ac23c3

Monochromatic Colors of #c3238a

#c3238a

Complementary Color

#c3238a #23c35c

#c3238a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3238a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3238a Color CSS Codes

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

#c3238a Text Font Color

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

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


#c3238a Background Color

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

This div background color is #c3238a


#c3238a Border Color

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

This div border color is #c3238a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3238a


Comments

No comments written yet.

Please login to write comment.