Color Hex Logo

#c3266a Color Hex

#C3266A
(195,38,106)
0 Favorites   0 Comments

Color spaces of #c3266a

RGB 19538106
HSL0.930.670.46
HSV334°81°76°
CMYK 0.000.810.46   0.24
XYZ25.800314.028914.9837
Yxy14.02890.47070.2559
Hunter Lab37.455257.40992.5000
CIE-Lab44.274363.93860.6650

#c3266a color RGB value is (195,38,106).

#c3266a hex color red value is 195, green value is 38 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #c3266a hue: 0.93 , saturation: 0.67 and the lightness value of c3266a is 0.46.

The process color (four color CMYK) of #c3266a color hex is 0.00, 0.81, 0.46, 0.24. Web safe color of #c3266a is #cc3366. Color #c3266a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00100110 01101010
Octal 303 46 152
Decimal 195 38 106
Hex C3 26 6A

RGB Percentages of Color #c3266a

%57.52
%11.21
%31.27

CMYK Percentages of Color #c3266a

%0
%81
%46
%24

Triadic Colors of #c3266a

#c3266a #6ac326 #266ac3

Analogous Colors of #c3266a

#c3266a #c33126 #c326b9

Monochromatic Colors of #c3266a

#c3266a

Complementary Color

#c3266a #26c37f

#c3266a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3266a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3266a Color CSS Codes

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

#c3266a Text Font Color

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

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


#c3266a Background Color

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

This div background color is #c3266a


#c3266a Border Color

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

This div border color is #c3266a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3266a


Comments

No comments written yet.

Please login to write comment.