Color Hex Logo

#c483df Color Hex

#C483DF
(196,131,223)
0 Favorites   0 Comments

Color spaces of #c483df

RGB 196131223
HSL0.780.590.69
HSV282°41°87°
CMYK 0.120.410.00   0.13
XYZ44.200533.296173.9092
Yxy33.29610.29190.2199
Hunter Lab57.702835.7517-35.5503
CIE-Lab64.399940.8247-37.1486

#c483df color RGB value is (196,131,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000011 11011111
Octal 304 203 337
Decimal 196 131 223
Hex C4 83 DF

RGB Percentages of Color #c483df

%35.64
%23.82
%40.55

CMYK Percentages of Color #c483df

%12
%41
%0
%13

Triadic Colors of #c483df

#c483df #dfc483 #83dfc4

Analogous Colors of #c483df

#c483df #df83cc #9683df

Monochromatic Colors of #c483df

#c483df

Complementary Color

#c483df #9edf83

#c483df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c483df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c483df Color CSS Codes

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

#c483df Text Font Color

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

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


#c483df Background Color

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

This div background color is #c483df


#c483df Border Color

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

This div border color is #c483df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c483df


Comments

No comments written yet.

Please login to write comment.