Color Hex Logo

#c34fcb Color Hex

#C34FCB
(195,79,203)
0 Favorites   0 Comments

Color spaces of #c34fcb

RGB 19579203
HSL0.820.540.55
HSV296°61°80°
CMYK 0.040.610.00   0.20
XYZ36.081221.505958.7493
Yxy21.50590.31010.1849
Hunter Lab46.374557.7249-42.6492
CIE-Lab53.498862.4715-42.9957

#c34fcb color RGB value is (195,79,203).

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

The process color (four color CMYK) of #c34fcb color hex is 0.04, 0.61, 0.00, 0.20. Web safe color of #c34fcb is #cc66cc. Color #c34fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01001111 11001011
Octal 303 117 313
Decimal 195 79 203
Hex C3 4F CB

RGB Percentages of Color #c34fcb

%40.88
%16.56
%42.56

CMYK Percentages of Color #c34fcb

%4
%61
%0
%20

Triadic Colors of #c34fcb

#c34fcb #cbc34f #4fcbc3

Analogous Colors of #c34fcb

#c34fcb #cb4f95 #854fcb

Monochromatic Colors of #c34fcb

#c34fcb

Complementary Color

#c34fcb #57cb4f

#c34fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c34fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c34fcb Color CSS Codes

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

#c34fcb Text Font Color

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

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


#c34fcb Background Color

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

This div background color is #c34fcb


#c34fcb Border Color

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

This div border color is #c34fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c34fcb


Comments

No comments written yet.

Please login to write comment.