Color Hex Logo

#c34b65 Color Hex

#C34B65
(195,75,101)
0 Favorites   0 Comments

Color spaces of #c34b65

RGB 19575101
HSL0.960.500.53
HSV347°62°76°
CMYK 0.000.620.48   0.24
XYZ27.370717.573814.2614
Yxy17.57380.46230.2968
Hunter Lab41.921143.18249.1746
CIE-Lab48.975050.116510.4563

#c34b65 color RGB value is (195,75,101).

#c34b65 hex color red value is 195, green value is 75 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #c34b65 hue: 0.96 , saturation: 0.50 and the lightness value of c34b65 is 0.53.

The process color (four color CMYK) of #c34b65 color hex is 0.00, 0.62, 0.48, 0.24. Web safe color of #c34b65 is #cc3366. Color #c34b65 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01001011 01100101
Octal 303 113 145
Decimal 195 75 101
Hex C3 4B 65

RGB Percentages of Color #c34b65

%52.56
%20.22
%27.22

CMYK Percentages of Color #c34b65

%0
%62
%48
%24

Triadic Colors of #c34b65

#c34b65 #65c34b #4b65c3

Analogous Colors of #c34b65

#c34b65 #c36d4b #c34ba1

Monochromatic Colors of #c34b65

#c34b65

Complementary Color

#c34b65 #4bc3a9

#c34b65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c34b65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c34b65 Color CSS Codes

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

#c34b65 Text Font Color

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

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


#c34b65 Background Color

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

This div background color is #c34b65


#c34b65 Border Color

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

This div border color is #c34b65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c34b65


Comments

No comments written yet.

Please login to write comment.