Color Hex Logo

#c84192 Color Hex

#C84192
(200,65,146)
0 Favorites   0 Comments

Color spaces of #c84192

RGB 20065146
HSL0.900.550.52
HSV324°68°78°
CMYK 0.000.680.27   0.22
XYZ30.898018.135329.0661
Yxy18.13530.39560.2322
Hunter Lab42.585654.9861-10.6576
CIE-Lab49.659860.7795-15.5706

#c84192 color RGB value is (200,65,146).

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

The process color (four color CMYK) of #c84192 color hex is 0.00, 0.68, 0.27, 0.22. Web safe color of #c84192 is #cc3399. Color #c84192 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01000001 10010010
Octal 310 101 222
Decimal 200 65 146
Hex C8 41 92

RGB Percentages of Color #c84192

%48.66
%15.82
%35.52

CMYK Percentages of Color #c84192

%0
%68
%27
%22

Triadic Colors of #c84192

#c84192 #92c841 #4192c8

Analogous Colors of #c84192

#c84192 #c8414f #bb41c8

Monochromatic Colors of #c84192

#c84192

Complementary Color

#c84192 #41c877

#c84192 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c84192 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c84192 Color CSS Codes

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

#c84192 Text Font Color

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

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


#c84192 Background Color

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

This div background color is #c84192


#c84192 Border Color

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

This div border color is #c84192


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c84192


Comments

No comments written yet.

Please login to write comment.