Color Hex Logo

#c289cd Color Hex

#C289CD
(194,137,205)
0 Favorites   0 Comments

Color spaces of #c289cd

RGB 194137205
HSL0.810.400.67
HSV290°33°80°
CMYK 0.050.330.00   0.20
XYZ42.213233.768462.0507
Yxy33.76840.30580.2446
Hunter Lab58.110627.9740-22.6327
CIE-Lab64.778333.2989-26.5427

#c289cd color RGB value is (194,137,205).

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

The process color (four color CMYK) of #c289cd color hex is 0.05, 0.33, 0.00, 0.20. Web safe color of #c289cd is #cc99cc. Color #c289cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10001001 11001101
Octal 302 211 315
Decimal 194 137 205
Hex C2 89 CD

RGB Percentages of Color #c289cd

%36.19
%25.56
%38.25

CMYK Percentages of Color #c289cd

%5
%33
%0
%20

Triadic Colors of #c289cd

#c289cd #cdc289 #89cdc2

Analogous Colors of #c289cd

#c289cd #cd89b6 #a089cd

Monochromatic Colors of #c289cd

#c289cd

Complementary Color

#c289cd #94cd89

#c289cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c289cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c289cd Color CSS Codes

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

#c289cd Text Font Color

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

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


#c289cd Background Color

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

This div background color is #c289cd


#c289cd Border Color

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

This div border color is #c289cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c289cd


Comments

No comments written yet.

Please login to write comment.