Color Hex Logo

#c485df Color Hex

#C485DF
(196,133,223)
0 Favorites   0 Comments

Color spaces of #c485df

RGB 196133223
HSL0.780.580.70
HSV282°40°87°
CMYK 0.120.400.00   0.13
XYZ44.471833.838573.9996
Yxy33.83850.29200.2222
Hunter Lab58.170934.6648-34.7036
CIE-Lab64.834239.7440-36.4716

#c485df color RGB value is (196,133,223).

#c485df hex color red value is 196, green value is 133 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c485df hue: 0.78 , saturation: 0.58 and the lightness value of c485df is 0.70.

The process color (four color CMYK) of #c485df color hex is 0.12, 0.40, 0.00, 0.13. Web safe color of #c485df is #cc99cc. Color #c485df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000101 11011111
Octal 304 205 337
Decimal 196 133 223
Hex C4 85 DF

RGB Percentages of Color #c485df

%35.51
%24.09
%40.40

CMYK Percentages of Color #c485df

%12
%40
%0
%13

Triadic Colors of #c485df

#c485df #dfc485 #85dfc4

Analogous Colors of #c485df

#c485df #df85cd #9785df

Monochromatic Colors of #c485df

#c485df

Complementary Color

#c485df #a0df85

#c485df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c485df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c485df Color CSS Codes

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

#c485df Text Font Color

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

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


#c485df Background Color

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

This div background color is #c485df


#c485df Border Color

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

This div border color is #c485df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,133,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c485df


Comments

No comments written yet.

Please login to write comment.