Color Hex Logo

#c34daf Color Hex

#C34DAF
(195,77,175)
0 Favorites   0 Comments

Color spaces of #c34daf

RGB 19577175
HSL0.860.500.53
HSV310°61°76°
CMYK 0.000.610.10   0.24
XYZ32.897420.005042.6849
Yxy20.00500.34420.2093
Hunter Lab44.726953.0175-25.2742
CIE-Lab51.842958.6309-29.4049

#c34daf color RGB value is (195,77,175).

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

The process color (four color CMYK) of #c34daf color hex is 0.00, 0.61, 0.10, 0.24. Web safe color of #c34daf is #cc6699. Color #c34daf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01001101 10101111
Octal 303 115 257
Decimal 195 77 175
Hex C3 4D AF

RGB Percentages of Color #c34daf

%43.62
%17.23
%39.15

CMYK Percentages of Color #c34daf

%0
%61
%10
%24

Triadic Colors of #c34daf

#c34daf #afc34d #4dafc3

Analogous Colors of #c34daf

#c34daf #c34d74 #9c4dc3

Monochromatic Colors of #c34daf

#c34daf

Complementary Color

#c34daf #4dc361

#c34daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c34daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c34daf Color CSS Codes

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

#c34daf Text Font Color

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

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


#c34daf Background Color

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

This div background color is #c34daf


#c34daf Border Color

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

This div border color is #c34daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c34daf


Comments

No comments written yet.

Please login to write comment.