Color Hex Logo

#c34cbd Color Hex

#C34CBD
(195,76,189)
0 Favorites   0 Comments

Color spaces of #c34cbd

RGB 19576189
HSL0.840.500.53
HSV303°61°76°
CMYK 0.000.610.03   0.24
XYZ34.275420.445150.2839
Yxy20.44510.32640.1947
Hunter Lab45.216356.1804-34.2836
CIE-Lab52.336861.3368-36.7697

#c34cbd color RGB value is (195,76,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01001100 10111101
Octal 303 114 275
Decimal 195 76 189
Hex C3 4C BD

RGB Percentages of Color #c34cbd

%42.39
%16.52
%41.09

CMYK Percentages of Color #c34cbd

%0
%61
%3
%24

Triadic Colors of #c34cbd

#c34cbd #bdc34c #4cbdc3

Analogous Colors of #c34cbd

#c34cbd #c34c82 #8e4cc3

Monochromatic Colors of #c34cbd

#c34cbd

Complementary Color

#c34cbd #4cc352

#c34cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c34cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c34cbd Color CSS Codes

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

#c34cbd Text Font Color

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

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


#c34cbd Background Color

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

This div background color is #c34cbd


#c34cbd Border Color

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

This div border color is #c34cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c34cbd


Comments

No comments written yet.

Please login to write comment.