Color Hex Logo

#c34fbc Color Hex

#C34FBC
(195,79,188)
0 Favorites   0 Comments

Color spaces of #c34fbc

RGB 19579188
HSL0.840.490.54
HSV304°59°76°
CMYK 0.000.590.04   0.24
XYZ34.378820.824949.7846
Yxy20.82490.32750.1984
Hunter Lab45.634354.6137-32.7382
CIE-Lab52.757359.8816-35.5312

#c34fbc color RGB value is (195,79,188).

#c34fbc hex color red value is 195, green value is 79 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c34fbc hue: 0.84 , saturation: 0.49 and the lightness value of c34fbc is 0.54.

The process color (four color CMYK) of #c34fbc color hex is 0.00, 0.59, 0.04, 0.24. Web safe color of #c34fbc is #cc66cc. Color #c34fbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01001111 10111100
Octal 303 117 274
Decimal 195 79 188
Hex C3 4F BC

RGB Percentages of Color #c34fbc

%42.21
%17.10
%40.69

CMYK Percentages of Color #c34fbc

%0
%59
%4
%24

Triadic Colors of #c34fbc

#c34fbc #bcc34f #4fbcc3

Analogous Colors of #c34fbc

#c34fbc #c34f82 #904fc3

Monochromatic Colors of #c34fbc

#c34fbc

Complementary Color

#c34fbc #4fc356

#c34fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c34fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c34fbc Color CSS Codes

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

#c34fbc Text Font Color

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

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


#c34fbc Background Color

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

This div background color is #c34fbc


#c34fbc Border Color

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

This div border color is #c34fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c34fbc


Comments

No comments written yet.

Please login to write comment.