Color Hex Logo

#c890be Color Hex

#C890BE
(200,144,190)
0 Favorites   0 Comments

Color spaces of #c890be

RGB 200144190
HSL0.860.340.67
HSV311°28°78°
CMYK 0.000.280.05   0.22
XYZ43.086935.943653.3821
Yxy35.94360.32540.2715
Hunter Lab59.953023.3663-10.8247
CIE-Lab66.476828.5918-15.5023

#c890be color RGB value is (200,144,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10010000 10111110
Octal 310 220 276
Decimal 200 144 190
Hex C8 90 BE

RGB Percentages of Color #c890be

%37.45
%26.97
%35.58

CMYK Percentages of Color #c890be

%0
%28
%5
%22

Triadic Colors of #c890be

#c890be #bec890 #90bec8

Analogous Colors of #c890be

#c890be #c890a2 #b690c8

Monochromatic Colors of #c890be

#c890be

Complementary Color

#c890be #90c89a

#c890be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c890be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c890be Color CSS Codes

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

#c890be Text Font Color

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

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


#c890be Background Color

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

This div background color is #c890be


#c890be Border Color

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

This div border color is #c890be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,144,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 #c890be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c890be


Comments

No comments written yet.

Please login to write comment.