Color Hex Logo

#c871be Color Hex

#C871BE
(200,113,190)
0 Favorites   0 Comments

Color spaces of #c871be

RGB 200113190
HSL0.850.440.61
HSV307°44°78°
CMYK 0.000.440.05   0.22
XYZ39.018827.807352.0260
Yxy27.80730.32830.2340
Hunter Lab52.732639.7966-21.5827
CIE-Lab59.714245.2507-25.8150

#c871be color RGB value is (200,113,190).

#c871be hex color red value is 200, green value is 113 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c871be hue: 0.85 , saturation: 0.44 and the lightness value of c871be is 0.61.

The process color (four color CMYK) of #c871be color hex is 0.00, 0.44, 0.05, 0.22. Web safe color of #c871be is #cc66cc. Color #c871be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01110001 10111110
Octal 310 161 276
Decimal 200 113 190
Hex C8 71 BE

RGB Percentages of Color #c871be

%39.76
%22.47
%37.77

CMYK Percentages of Color #c871be

%0
%44
%5
%22

Triadic Colors of #c871be

#c871be #bec871 #71bec8

Analogous Colors of #c871be

#c871be #c87193 #a771c8

Monochromatic Colors of #c871be

#c871be

Complementary Color

#c871be #71c87b

#c871be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c871be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c871be Color CSS Codes

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

#c871be Text Font Color

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

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


#c871be Background Color

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

This div background color is #c871be


#c871be Border Color

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

This div border color is #c871be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c871be


Comments

No comments written yet.

Please login to write comment.