Color Hex Logo

#c482de Color Hex

#C482DE
(196,130,222)
0 Favorites   0 Comments

Color spaces of #c482de

RGB 196130222
HSL0.790.580.69
HSV283°41°87°
CMYK 0.120.410.00   0.13
XYZ43.932432.975073.1566
Yxy32.97500.29280.2197
Hunter Lab57.423936.0705-35.3373
CIE-Lab64.140741.1575-36.9970

#c482de color RGB value is (196,130,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000010 11011110
Octal 304 202 336
Decimal 196 130 222
Hex C4 82 DE

RGB Percentages of Color #c482de

%35.77
%23.72
%40.51

CMYK Percentages of Color #c482de

%12
%41
%0
%13

Triadic Colors of #c482de

#c482de #dec482 #82dec4

Analogous Colors of #c482de

#c482de #de82ca #9682de

Monochromatic Colors of #c482de

#c482de

Complementary Color

#c482de #9cde82

#c482de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c482de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c482de Color CSS Codes

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

#c482de Text Font Color

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

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


#c482de Background Color

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

This div background color is #c482de


#c482de Border Color

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

This div border color is #c482de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c482de


Comments

No comments written yet.

Please login to write comment.