Color Hex Logo

#c485bd Color Hex

#C485BD
(196,133,189)
0 Favorites   0 Comments

Color spaces of #c485bd

RGB 196133189
HSL0.850.350.65
HSV307°32°77°
CMYK 0.000.320.04   0.23
XYZ40.337832.184952.2304
Yxy32.18490.32330.2580
Hunter Lab56.731727.6378-14.8735
CIE-Lab63.495433.0936-19.5003

#c485bd color RGB value is (196,133,189).

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

The process color (four color CMYK) of #c485bd color hex is 0.00, 0.32, 0.04, 0.23. Web safe color of #c485bd is #cc99cc. Color #c485bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000101 10111101
Octal 304 205 275
Decimal 196 133 189
Hex C4 85 BD

RGB Percentages of Color #c485bd

%37.84
%25.68
%36.49

CMYK Percentages of Color #c485bd

%0
%32
%4
%23

Triadic Colors of #c485bd

#c485bd #bdc485 #85bdc4

Analogous Colors of #c485bd

#c485bd #c4859e #ac85c4

Monochromatic Colors of #c485bd

#c485bd

Complementary Color

#c485bd #85c48c

#c485bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c485bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c485bd Color CSS Codes

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

#c485bd Text Font Color

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

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


#c485bd Background Color

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

This div background color is #c485bd


#c485bd Border Color

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

This div border color is #c485bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c485bd


Comments

No comments written yet.

Please login to write comment.