Color Hex Logo

#c888a4 Color Hex

#C888A4
(200,136,164)
0 Favorites   0 Comments

Color spaces of #c888a4

RGB 200136164
HSL0.930.370.66
HSV334°32°78°
CMYK 0.000.320.18   0.22
XYZ39.324432.568039.3356
Yxy32.56800.35350.2928
Hunter Lab57.068423.1302-0.9190
CIE-Lab63.809628.5661-4.8394

#c888a4 color RGB value is (200,136,164).

#c888a4 hex color red value is 200, green value is 136 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #c888a4 hue: 0.93 , saturation: 0.37 and the lightness value of c888a4 is 0.66.

The process color (four color CMYK) of #c888a4 color hex is 0.00, 0.32, 0.18, 0.22. Web safe color of #c888a4 is #cc9999. Color #c888a4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10001000 10100100
Octal 310 210 244
Decimal 200 136 164
Hex C8 88 A4

RGB Percentages of Color #c888a4

%40.00
%27.20
%32.80

CMYK Percentages of Color #c888a4

%0
%32
%18
%22

Triadic Colors of #c888a4

#c888a4 #a4c888 #88a4c8

Analogous Colors of #c888a4

#c888a4 #c88c88 #c888c4

Monochromatic Colors of #c888a4

#c888a4

Complementary Color

#c888a4 #88c8ac

#c888a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c888a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c888a4 Color CSS Codes

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

#c888a4 Text Font Color

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

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


#c888a4 Background Color

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

This div background color is #c888a4


#c888a4 Border Color

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

This div border color is #c888a4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c888a4


Comments

No comments written yet.

Please login to write comment.