Color Hex Logo

#c682eb Color Hex

#C682EB
(198,130,235)
0 Favorites   0 Comments

Color spaces of #c682eb

RGB 198130235
HSL0.770.720.72
HSV279°45°92°
CMYK 0.160.450.00   0.08
XYZ46.266733.969282.7154
Yxy33.96920.28390.2085
Hunter Lab58.283139.7027-43.3462
CIE-Lab64.938144.4494-42.9414

#c682eb color RGB value is (198,130,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000010 11101011
Octal 306 202 353
Decimal 198 130 235
Hex C6 82 EB

RGB Percentages of Color #c682eb

%35.17
%23.09
%41.74

CMYK Percentages of Color #c682eb

%16
%45
%0
%8

Triadic Colors of #c682eb

#c682eb #ebc682 #82ebc6

Analogous Colors of #c682eb

#c682eb #eb82dc #9282eb

Monochromatic Colors of #c682eb

#c682eb

Complementary Color

#c682eb #a7eb82

#c682eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c682eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c682eb Color CSS Codes

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

#c682eb Text Font Color

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

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


#c682eb Background Color

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

This div background color is #c682eb


#c682eb Border Color

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

This div border color is #c682eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c682eb


Comments

No comments written yet.

Please login to write comment.