Color Hex Logo

#c84091 Color Hex

#C84091
(200,64,145)
0 Favorites   0 Comments

Color spaces of #c84091

RGB 20064145
HSL0.900.550.52
HSV324°68°78°
CMYK 0.000.680.28   0.22
XYZ30.763617.990528.6391
Yxy17.99050.39750.2325
Hunter Lab42.415255.2388-10.3425
CIE-Lab49.484661.0355-15.2390

#c84091 color RGB value is (200,64,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01000000 10010001
Octal 310 100 221
Decimal 200 64 145
Hex C8 40 91

RGB Percentages of Color #c84091

%48.90
%15.65
%35.45

CMYK Percentages of Color #c84091

%0
%68
%28
%22

Triadic Colors of #c84091

#c84091 #91c840 #4091c8

Analogous Colors of #c84091

#c84091 #c8404d #bb40c8

Monochromatic Colors of #c84091

#c84091

Complementary Color

#c84091 #40c877

#c84091 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c84091 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c84091 Color CSS Codes

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

#c84091 Text Font Color

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

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


#c84091 Background Color

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

This div background color is #c84091


#c84091 Border Color

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

This div border color is #c84091


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,64,145, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c84091


Comments

No comments written yet.

Please login to write comment.