Color Hex Logo

#c285bd Color Hex

#C285BD
(194,133,189)
0 Favorites   0 Comments

Color spaces of #c285bd

RGB 194133189
HSL0.850.330.64
HSV305°31°76°
CMYK 0.000.310.03   0.24
XYZ39.821031.918552.2062
Yxy31.91850.32130.2575
Hunter Lab56.496526.9452-15.2401
CIE-Lab63.275532.4300-19.8553

#c285bd color RGB value is (194,133,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000101 10111101
Octal 302 205 275
Decimal 194 133 189
Hex C2 85 BD

RGB Percentages of Color #c285bd

%37.60
%25.78
%36.63

CMYK Percentages of Color #c285bd

%0
%31
%3
%24

Triadic Colors of #c285bd

#c285bd #bdc285 #85bdc2

Analogous Colors of #c285bd

#c285bd #c2859f #a985c2

Monochromatic Colors of #c285bd

#c285bd

Complementary Color

#c285bd #85c28a

#c285bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c285bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c285bd Color CSS Codes

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

#c285bd Text Font Color

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

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


#c285bd Background Color

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

This div background color is #c285bd


#c285bd Border Color

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

This div border color is #c285bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c285bd


Comments

No comments written yet.

Please login to write comment.