Color Hex Logo

#c482ec Color Hex

#C482EC
(196,130,236)
0 Favorites   0 Comments

Color spaces of #c482ec

RGB 196130236
HSL0.770.740.72
HSV277°45°93°
CMYK 0.170.450.00   0.07
XYZ45.887933.757283.4541
Yxy33.75720.28130.2070
Hunter Lab58.100939.3019-44.4914
CIE-Lab64.769444.1003-43.7739

#c482ec color RGB value is (196,130,236).

#c482ec hex color red value is 196, green value is 130 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c482ec hue: 0.77 , saturation: 0.74 and the lightness value of c482ec is 0.72.

The process color (four color CMYK) of #c482ec color hex is 0.17, 0.45, 0.00, 0.07. Web safe color of #c482ec is #cc99ff. Color #c482ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000010 11101100
Octal 304 202 354
Decimal 196 130 236
Hex C4 82 EC

RGB Percentages of Color #c482ec

%34.88
%23.13
%41.99

CMYK Percentages of Color #c482ec

%17
%45
%0
%7

Triadic Colors of #c482ec

#c482ec #ecc482 #82ecc4

Analogous Colors of #c482ec

#c482ec #ec82df #8f82ec

Monochromatic Colors of #c482ec

#c482ec

Complementary Color

#c482ec #aaec82

#c482ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c482ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c482ec Color CSS Codes

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

#c482ec Text Font Color

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

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


#c482ec Background Color

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

This div background color is #c482ec


#c482ec Border Color

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

This div border color is #c482ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c482ec


Comments

No comments written yet.

Please login to write comment.