Color Hex Logo

#c34cbf Color Hex

#C34CBF
(195,76,191)
0 Favorites   0 Comments

Color spaces of #c34cbf

RGB 19576191
HSL0.840.500.53
HSV302°61°76°
CMYK 0.000.610.02   0.24
XYZ34.494120.532651.4354
Yxy20.53260.32400.1929
Hunter Lab45.312956.5841-35.5820
CIE-Lab52.434161.6726-37.7730

#c34cbf color RGB value is (195,76,191).

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

The process color (four color CMYK) of #c34cbf color hex is 0.00, 0.61, 0.02, 0.24. Web safe color of #c34cbf is #cc33cc. Color #c34cbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01001100 10111111
Octal 303 114 277
Decimal 195 76 191
Hex C3 4C BF

RGB Percentages of Color #c34cbf

%42.21
%16.45
%41.34

CMYK Percentages of Color #c34cbf

%0
%61
%2
%24

Triadic Colors of #c34cbf

#c34cbf #bfc34c #4cbfc3

Analogous Colors of #c34cbf

#c34cbf #c34c84 #8c4cc3

Monochromatic Colors of #c34cbf

#c34cbf

Complementary Color

#c34cbf #4cc350

#c34cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c34cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c34cbf Color CSS Codes

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

#c34cbf Text Font Color

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

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


#c34cbf Background Color

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

This div background color is #c34cbf


#c34cbf Border Color

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

This div border color is #c34cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c34cbf


Comments

No comments written yet.

Please login to write comment.