Color Hex Logo

#c881b7 Color Hex

#C881B7
(200,129,183)
0 Favorites   0 Comments

Color spaces of #c881b7

RGB 200129183
HSL0.870.390.65
HSV314°36°78°
CMYK 0.000.360.09   0.22
XYZ40.216931.398848.7407
Yxy31.39880.33410.2609
Hunter Lab56.034630.0515-12.3481
CIE-Lab62.842935.5305-17.0579

#c881b7 color RGB value is (200,129,183).

#c881b7 hex color red value is 200, green value is 129 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #c881b7 hue: 0.87 , saturation: 0.39 and the lightness value of c881b7 is 0.65.

The process color (four color CMYK) of #c881b7 color hex is 0.00, 0.36, 0.09, 0.22. Web safe color of #c881b7 is #cc99cc. Color #c881b7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000001 10110111
Octal 310 201 267
Decimal 200 129 183
Hex C8 81 B7

RGB Percentages of Color #c881b7

%39.06
%25.20
%35.74

CMYK Percentages of Color #c881b7

%0
%36
%9
%22

Triadic Colors of #c881b7

#c881b7 #b7c881 #81b7c8

Analogous Colors of #c881b7

#c881b7 #c88194 #b681c8

Monochromatic Colors of #c881b7

#c881b7

Complementary Color

#c881b7 #81c892

#c881b7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c881b7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c881b7 Color CSS Codes

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

#c881b7 Text Font Color

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

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


#c881b7 Background Color

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

This div background color is #c881b7


#c881b7 Border Color

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

This div border color is #c881b7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c881b7


Comments

No comments written yet.

Please login to write comment.