Color Hex Logo

#c3227b Color Hex

#C3227B
(195,34,123)
0 Favorites   0 Comments

Color spaces of #c3227b

RGB 19534123
HSL0.910.700.45
HSV327°83°76°
CMYK 0.000.830.37   0.24
XYZ26.652914.176220.0704
Yxy14.17620.43770.2328
Hunter Lab37.651360.4682-5.2492
CIE-Lab44.484666.5600-9.5389

#c3227b color RGB value is (195,34,123).

#c3227b hex color red value is 195, green value is 34 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #c3227b hue: 0.91 , saturation: 0.70 and the lightness value of c3227b is 0.45.

The process color (four color CMYK) of #c3227b color hex is 0.00, 0.83, 0.37, 0.24. Web safe color of #c3227b is #cc3366. Color #c3227b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00100010 01111011
Octal 303 42 173
Decimal 195 34 123
Hex C3 22 7B

RGB Percentages of Color #c3227b

%55.40
%9.66
%34.94

CMYK Percentages of Color #c3227b

%0
%83
%37
%24

Triadic Colors of #c3227b

#c3227b #7bc322 #227bc3

Analogous Colors of #c3227b

#c3227b #c3222b #bb22c3

Monochromatic Colors of #c3227b

#c3227b

Complementary Color

#c3227b #22c36a

#c3227b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3227b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3227b Color CSS Codes

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

#c3227b Text Font Color

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

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


#c3227b Background Color

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

This div background color is #c3227b


#c3227b Border Color

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

This div border color is #c3227b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3227b


Comments

No comments written yet.

Please login to write comment.