Color Hex Logo

#c3368e Color Hex

#C3368E
(195,54,142)
0 Favorites   0 Comments

Color spaces of #c3368e

RGB 19554142
HSL0.900.570.49
HSV323°72°76°
CMYK 0.000.720.27   0.24
XYZ28.707316.193427.2038
Yxy16.19340.39810.2246
Hunter Lab40.241056.9172-11.9126
CIE-Lab47.227262.9397-16.9535

#c3368e color RGB value is (195,54,142).

#c3368e hex color red value is 195, green value is 54 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #c3368e hue: 0.90 , saturation: 0.57 and the lightness value of c3368e is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00110110 10001110
Octal 303 66 216
Decimal 195 54 142
Hex C3 36 8E

RGB Percentages of Color #c3368e

%49.87
%13.81
%36.32

CMYK Percentages of Color #c3368e

%0
%72
%27
%24

Triadic Colors of #c3368e

#c3368e #8ec336 #368ec3

Analogous Colors of #c3368e

#c3368e #c33648 #b236c3

Monochromatic Colors of #c3368e

#c3368e

Complementary Color

#c3368e #36c36b

#c3368e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3368e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3368e Color CSS Codes

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

#c3368e Text Font Color

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

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


#c3368e Background Color

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

This div background color is #c3368e


#c3368e Border Color

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

This div border color is #c3368e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3368e


Comments

No comments written yet.

Please login to write comment.