Color Hex Logo

#c289bd Color Hex

#C289BD
(194,137,189)
0 Favorites   0 Comments

Color spaces of #c289bd

RGB 194137189
HSL0.850.320.65
HSV305°29°76°
CMYK 0.000.290.03   0.24
XYZ40.379133.034852.3923
Yxy33.03480.32100.2626
Hunter Lab57.475924.8205-13.8128
CIE-Lab64.189130.2318-18.4659

#c289bd color RGB value is (194,137,189).

#c289bd hex color red value is 194, green value is 137 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c289bd hue: 0.85 , saturation: 0.32 and the lightness value of c289bd is 0.65.

The process color (four color CMYK) of #c289bd color hex is 0.00, 0.29, 0.03, 0.24. Web safe color of #c289bd is #cc99cc. Color #c289bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10001001 10111101
Octal 302 211 275
Decimal 194 137 189
Hex C2 89 BD

RGB Percentages of Color #c289bd

%37.31
%26.35
%36.35

CMYK Percentages of Color #c289bd

%0
%29
%3
%24

Triadic Colors of #c289bd

#c289bd #bdc289 #89bdc2

Analogous Colors of #c289bd

#c289bd #c289a1 #ab89c2

Monochromatic Colors of #c289bd

#c289bd

Complementary Color

#c289bd #89c28e

#c289bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c289bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c289bd Color CSS Codes

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

#c289bd Text Font Color

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

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


#c289bd Background Color

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

This div background color is #c289bd


#c289bd Border Color

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

This div border color is #c289bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,137,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c289bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c289bd;
  -webkit-box-shadow: 1px 1px 3px 2px #c289bd;
  box-shadow:         1px 1px 3px 2px #c289bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,137,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c289bd


Comments

No comments written yet.

Please login to write comment.