Color Hex Logo

#c890bf Color Hex

#C890BF
(200,144,191)
0 Favorites   0 Comments

Color spaces of #c890bf

RGB 200144191
HSL0.860.340.67
HSV310°28°78°
CMYK 0.000.280.05   0.22
XYZ43.196635.987553.9598
Yxy35.98750.32440.2703
Hunter Lab59.989623.5504-11.3378
CIE-Lab66.510428.7728-16.0113

#c890bf color RGB value is (200,144,191).

#c890bf hex color red value is 200, green value is 144 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c890bf hue: 0.86 , saturation: 0.34 and the lightness value of c890bf is 0.67.

The process color (four color CMYK) of #c890bf color hex is 0.00, 0.28, 0.05, 0.22. Web safe color of #c890bf is #cc99cc. Color #c890bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10010000 10111111
Octal 310 220 277
Decimal 200 144 191
Hex C8 90 BF

RGB Percentages of Color #c890bf

%37.38
%26.92
%35.70

CMYK Percentages of Color #c890bf

%0
%28
%5
%22

Triadic Colors of #c890bf

#c890bf #bfc890 #90bfc8

Analogous Colors of #c890bf

#c890bf #c890a3 #b590c8

Monochromatic Colors of #c890bf

#c890bf

Complementary Color

#c890bf #90c899

#c890bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c890bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c890bf Color CSS Codes

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

#c890bf Text Font Color

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

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


#c890bf Background Color

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

This div background color is #c890bf


#c890bf Border Color

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

This div border color is #c890bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c890bf


Comments

No comments written yet.

Please login to write comment.