Color Hex Logo

#c34892 Color Hex

#C34892
(195,72,146)
0 Favorites   0 Comments

Color spaces of #c34892

RGB 19572146
HSL0.900.510.52
HSV324°63°76°
CMYK 0.000.630.25   0.24
XYZ30.011318.312229.1470
Yxy18.31220.38740.2364
Hunter Lab42.792850.2978-10.4287
CIE-Lab49.872656.5416-15.3231

#c34892 color RGB value is (195,72,146).

#c34892 hex color red value is 195, green value is 72 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #c34892 hue: 0.90 , saturation: 0.51 and the lightness value of c34892 is 0.52.

The process color (four color CMYK) of #c34892 color hex is 0.00, 0.63, 0.25, 0.24. Web safe color of #c34892 is #cc3399. Color #c34892 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01001000 10010010
Octal 303 110 222
Decimal 195 72 146
Hex C3 48 92

RGB Percentages of Color #c34892

%47.22
%17.43
%35.35

CMYK Percentages of Color #c34892

%0
%63
%25
%24

Triadic Colors of #c34892

#c34892 #92c348 #4892c3

Analogous Colors of #c34892

#c34892 #c34854 #b748c3

Monochromatic Colors of #c34892

#c34892

Complementary Color

#c34892 #48c379

#c34892 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c34892 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c34892 Color CSS Codes

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

#c34892 Text Font Color

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

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


#c34892 Background Color

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

This div background color is #c34892


#c34892 Border Color

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

This div border color is #c34892


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c34892


Comments

No comments written yet.

Please login to write comment.