Color Hex Logo

#c84488 Color Hex

#C84488
(200,68,136)
0 Favorites   0 Comments

Color spaces of #c84488

RGB 20068136
HSL0.910.550.53
HSV329°66°78°
CMYK 0.000.660.32   0.22
XYZ30.330518.191225.2052
Yxy18.19120.41140.2467
Hunter Lab42.651152.2972-5.1823
CIE-Lab49.727258.3712-9.4796

#c84488 color RGB value is (200,68,136).

#c84488 hex color red value is 200, green value is 68 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #c84488 hue: 0.91 , saturation: 0.55 and the lightness value of c84488 is 0.53.

The process color (four color CMYK) of #c84488 color hex is 0.00, 0.66, 0.32, 0.22. Web safe color of #c84488 is #cc3399. Color #c84488 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01000100 10001000
Octal 310 104 210
Decimal 200 68 136
Hex C8 44 88

RGB Percentages of Color #c84488

%49.50
%16.83
%33.66

CMYK Percentages of Color #c84488

%0
%66
%32
%22

Triadic Colors of #c84488

#c84488 #88c844 #4488c8

Analogous Colors of #c84488

#c84488 #c84446 #c644c8

Monochromatic Colors of #c84488

#c84488

Complementary Color

#c84488 #44c884

#c84488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c84488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c84488 Color CSS Codes

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

#c84488 Text Font Color

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

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


#c84488 Background Color

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

This div background color is #c84488


#c84488 Border Color

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

This div border color is #c84488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c84488


Comments

No comments written yet.

Please login to write comment.