Color Hex Logo

#c3334a Color Hex

#C3334A
(195,51,74)
0 Favorites   0 Comments

Color spaces of #c3334a

RGB 1955174
HSL0.970.590.48
HSV350°74°76°
CMYK 0.000.740.62   0.24
XYZ24.925514.46427.9567
Yxy14.46420.52640.3055
Hunter Lab38.031850.430614.2181
CIE-Lab44.891457.577621.3696

#c3334a color RGB value is (195,51,74).

#c3334a hex color red value is 195, green value is 51 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #c3334a hue: 0.97 , saturation: 0.59 and the lightness value of c3334a is 0.48.

The process color (four color CMYK) of #c3334a color hex is 0.00, 0.74, 0.62, 0.24. Web safe color of #c3334a is #cc3333. Color #c3334a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00110011 01001010
Octal 303 63 112
Decimal 195 51 74
Hex C3 33 4A

RGB Percentages of Color #c3334a

%60.94
%15.94
%23.13

CMYK Percentages of Color #c3334a

%0
%74
%62
%24

Triadic Colors of #c3334a

#c3334a #4ac333 #334ac3

Analogous Colors of #c3334a

#c3334a #c36433 #c33392

Monochromatic Colors of #c3334a

#c3334a

Complementary Color

#c3334a #33c3ac

#c3334a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3334a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3334a Color CSS Codes

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

#c3334a Text Font Color

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

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


#c3334a Background Color

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

This div background color is #c3334a


#c3334a Border Color

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

This div border color is #c3334a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3334a


Comments

No comments written yet.

Please login to write comment.