Color Hex Logo

#c289cf Color Hex

#C289CF
(194,137,207)
0 Favorites   0 Comments

Color spaces of #c289cf

RGB 194137207
HSL0.800.420.67
HSV289°34°81°
CMYK 0.060.340.00   0.19
XYZ42.456333.865663.3305
Yxy33.86560.30400.2425
Hunter Lab58.194228.3872-23.7872
CIE-Lab64.855833.6961-27.5414

#c289cf color RGB value is (194,137,207).

#c289cf hex color red value is 194, green value is 137 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c289cf hue: 0.80 , saturation: 0.42 and the lightness value of c289cf is 0.67.

The process color (four color CMYK) of #c289cf color hex is 0.06, 0.34, 0.00, 0.19. Web safe color of #c289cf is #cc99cc. Color #c289cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10001001 11001111
Octal 302 211 317
Decimal 194 137 207
Hex C2 89 CF

RGB Percentages of Color #c289cf

%36.06
%25.46
%38.48

CMYK Percentages of Color #c289cf

%6
%34
%0
%19

Triadic Colors of #c289cf

#c289cf #cfc289 #89cfc2

Analogous Colors of #c289cf

#c289cf #cf89b9 #9f89cf

Monochromatic Colors of #c289cf

#c289cf

Complementary Color

#c289cf #96cf89

#c289cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c289cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c289cf Color CSS Codes

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

#c289cf Text Font Color

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

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


#c289cf Background Color

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

This div background color is #c289cf


#c289cf Border Color

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

This div border color is #c289cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c289cf


Comments

No comments written yet.

Please login to write comment.