Color Hex Logo

#c34385 Color Hex

#C34385
(195,67,133)
0 Favorites   0 Comments

Color spaces of #c34385

RGB 19567133
HSL0.910.520.51
HSV329°66°76°
CMYK 0.000.660.32   0.24
XYZ28.746517.309924.0163
Yxy17.30990.41020.2470
Hunter Lab41.605250.5230-5.1011
CIE-Lab48.648256.9675-9.3780

#c34385 color RGB value is (195,67,133).

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

The process color (four color CMYK) of #c34385 color hex is 0.00, 0.66, 0.32, 0.24. Web safe color of #c34385 is #cc3399. Color #c34385 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01000011 10000101
Octal 303 103 205
Decimal 195 67 133
Hex C3 43 85

RGB Percentages of Color #c34385

%49.37
%16.96
%33.67

CMYK Percentages of Color #c34385

%0
%66
%32
%24

Triadic Colors of #c34385

#c34385 #85c343 #4385c3

Analogous Colors of #c34385

#c34385 #c34345 #c143c3

Monochromatic Colors of #c34385

#c34385

Complementary Color

#c34385 #43c381

#c34385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c34385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c34385 Color CSS Codes

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

#c34385 Text Font Color

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

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


#c34385 Background Color

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

This div background color is #c34385


#c34385 Border Color

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

This div border color is #c34385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c34385


Comments

No comments written yet.

Please login to write comment.