Color Hex Logo

#c682ec Color Hex

#C682EC
(198,130,236)
0 Favorites   0 Comments

Color spaces of #c682ec

RGB 198130236
HSL0.770.740.72
HSV278°45°93°
CMYK 0.160.450.00   0.07
XYZ46.411734.027283.4786
Yxy34.02720.28310.2076
Hunter Lab58.332839.9385-44.0154
CIE-Lab64.984244.6614-43.4216

#c682ec color RGB value is (198,130,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000010 11101100
Octal 306 202 354
Decimal 198 130 236
Hex C6 82 EC

RGB Percentages of Color #c682ec

%35.11
%23.05
%41.84

CMYK Percentages of Color #c682ec

%16
%45
%0
%7

Triadic Colors of #c682ec

#c682ec #ecc682 #82ecc6

Analogous Colors of #c682ec

#c682ec #ec82dd #9182ec

Monochromatic Colors of #c682ec

#c682ec

Complementary Color

#c682ec #a8ec82

#c682ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c682ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c682ec Color CSS Codes

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

#c682ec Text Font Color

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

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


#c682ec Background Color

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

This div background color is #c682ec


#c682ec Border Color

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

This div border color is #c682ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c682ec


Comments

No comments written yet.

Please login to write comment.