Color Hex Logo

#c483de Color Hex

#C483DE
(196,131,222)
0 Favorites   0 Comments

Color spaces of #c483de

RGB 196131222
HSL0.790.580.69
HSV283°41°87°
CMYK 0.120.410.00   0.13
XYZ44.066133.242373.2011
Yxy33.24230.29280.2209
Hunter Lab57.656135.5278-34.9162
CIE-Lab64.356640.6184-36.6602

#c483de color RGB value is (196,131,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000011 11011110
Octal 304 203 336
Decimal 196 131 222
Hex C4 83 DE

RGB Percentages of Color #c483de

%35.70
%23.86
%40.44

CMYK Percentages of Color #c483de

%12
%41
%0
%13

Triadic Colors of #c483de

#c483de #dec483 #83dec4

Analogous Colors of #c483de

#c483de #de83cb #9783de

Monochromatic Colors of #c483de

#c483de

Complementary Color

#c483de #9dde83

#c483de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c483de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c483de Color CSS Codes

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

#c483de Text Font Color

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

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


#c483de Background Color

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

This div background color is #c483de


#c483de Border Color

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

This div border color is #c483de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c483de


Comments

No comments written yet.

Please login to write comment.