Color Hex Logo

#c3208e Color Hex

#C3208E
(195,32,142)
0 Favorites   0 Comments

Color spaces of #c3208e

RGB 19532142
HSL0.890.720.45
HSV320°84°76°
CMYK 0.000.840.27   0.24
XYZ27.904714.588126.9362
Yxy14.58810.40190.2101
Hunter Lab38.194463.5714-15.0776
CIE-Lab45.064869.1045-20.2674

#c3208e color RGB value is (195,32,142).

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

The process color (four color CMYK) of #c3208e color hex is 0.00, 0.84, 0.27, 0.24. Web safe color of #c3208e is #cc3399. Color #c3208e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00100000 10001110
Octal 303 40 216
Decimal 195 32 142
Hex C3 20 8E

RGB Percentages of Color #c3208e

%52.85
%8.67
%38.48

CMYK Percentages of Color #c3208e

%0
%84
%27
%24

Triadic Colors of #c3208e

#c3208e #8ec320 #208ec3

Analogous Colors of #c3208e

#c3208e #c3203d #a720c3

Monochromatic Colors of #c3208e

#c3208e

Complementary Color

#c3208e #20c355

#c3208e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3208e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3208e Color CSS Codes

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

#c3208e Text Font Color

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

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


#c3208e Background Color

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

This div background color is #c3208e


#c3208e Border Color

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

This div border color is #c3208e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3208e


Comments

No comments written yet.

Please login to write comment.