Color Hex Logo

#c3427b Color Hex

#C3427B
(195,66,123)
0 Favorites   0 Comments

Color spaces of #c3427b

RGB 19566123
HSL0.930.520.51
HSV333°66°76°
CMYK 0.000.660.37   0.24
XYZ28.029016.928620.5291
Yxy16.92860.42800.2585
Hunter Lab41.144449.5978-0.7818
CIE-Lab48.169956.2129-4.0454

#c3427b color RGB value is (195,66,123).

#c3427b hex color red value is 195, green value is 66 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #c3427b hue: 0.93 , saturation: 0.52 and the lightness value of c3427b is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01000010 01111011
Octal 303 102 173
Decimal 195 66 123
Hex C3 42 7B

RGB Percentages of Color #c3427b

%50.78
%17.19
%32.03

CMYK Percentages of Color #c3427b

%0
%66
%37
%24

Triadic Colors of #c3427b

#c3427b #7bc342 #427bc3

Analogous Colors of #c3427b

#c3427b #c34a42 #c342bc

Monochromatic Colors of #c3427b

#c3427b

Complementary Color

#c3427b #42c38a

#c3427b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3427b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3427b Color CSS Codes

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

#c3427b Text Font Color

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

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


#c3427b Background Color

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

This div background color is #c3427b


#c3427b Border Color

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

This div border color is #c3427b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3427b


Comments

No comments written yet.

Please login to write comment.