Color Hex Logo

#c3266d Color Hex

#C3266D
(195,38,109)
0 Favorites   0 Comments

Color spaces of #c3266d

RGB 19538109
HSL0.920.670.46
HSV333°81°76°
CMYK 0.000.810.44   0.24
XYZ25.959114.092515.8199
Yxy14.09250.46460.2522
Hunter Lab37.540057.73881.2923
CIE-Lab44.365364.2094-1.0643

#c3266d color RGB value is (195,38,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00100110 01101101
Octal 303 46 155
Decimal 195 38 109
Hex C3 26 6D

RGB Percentages of Color #c3266d

%57.02
%11.11
%31.87

CMYK Percentages of Color #c3266d

%0
%81
%44
%24

Triadic Colors of #c3266d

#c3266d #6dc326 #266dc3

Analogous Colors of #c3266d

#c3266d #c32e26 #c326bc

Monochromatic Colors of #c3266d

#c3266d

Complementary Color

#c3266d #26c37c

#c3266d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3266d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3266d Color CSS Codes

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

#c3266d Text Font Color

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

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


#c3266d Background Color

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

This div background color is #c3266d


#c3266d Border Color

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

This div border color is #c3266d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3266d


Comments

No comments written yet.

Please login to write comment.