Color Hex Logo

#c34ebf Color Hex

#C34EBF
(195,78,191)
0 Favorites   0 Comments

Color spaces of #c34ebf

RGB 19578191
HSL0.840.490.54
HSV302°60°76°
CMYK 0.000.600.02   0.24
XYZ34.634020.812551.4820
Yxy20.81250.32390.1946
Hunter Lab45.620755.6761-34.9730
CIE-Lab52.743760.8198-37.2863

#c34ebf color RGB value is (195,78,191).

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

The process color (four color CMYK) of #c34ebf color hex is 0.00, 0.60, 0.02, 0.24. Web safe color of #c34ebf is #cc66cc. Color #c34ebf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01001110 10111111
Octal 303 116 277
Decimal 195 78 191
Hex C3 4E BF

RGB Percentages of Color #c34ebf

%42.03
%16.81
%41.16

CMYK Percentages of Color #c34ebf

%0
%60
%2
%24

Triadic Colors of #c34ebf

#c34ebf #bfc34e #4ebfc3

Analogous Colors of #c34ebf

#c34ebf #c34e85 #8d4ec3

Monochromatic Colors of #c34ebf

#c34ebf

Complementary Color

#c34ebf #4ec352

#c34ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c34ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c34ebf Color CSS Codes

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

#c34ebf Text Font Color

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

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


#c34ebf Background Color

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

This div background color is #c34ebf


#c34ebf Border Color

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

This div border color is #c34ebf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,78,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 #c34ebf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c34ebf


Comments

No comments written yet.

Please login to write comment.