Color Hex Logo

#c681ed Color Hex

#C681ED
(198,129,237)
0 Favorites   0 Comments

Color spaces of #c681ed

RGB 198129237
HSL0.770.750.72
HSV278°46°93°
CMYK 0.160.460.00   0.07
XYZ46.425033.820784.2019
Yxy33.82070.28230.2057
Hunter Lab58.155640.7225-45.1355
CIE-Lab64.820045.4066-44.2317

#c681ed color RGB value is (198,129,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000001 11101101
Octal 306 201 355
Decimal 198 129 237
Hex C6 81 ED

RGB Percentages of Color #c681ed

%35.11
%22.87
%42.02

CMYK Percentages of Color #c681ed

%16
%46
%0
%7

Triadic Colors of #c681ed

#c681ed #edc681 #81edc6

Analogous Colors of #c681ed

#c681ed #ed81de #9081ed

Monochromatic Colors of #c681ed

#c681ed

Complementary Color

#c681ed #a8ed81

#c681ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c681ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c681ed Color CSS Codes

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

#c681ed Text Font Color

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

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


#c681ed Background Color

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

This div background color is #c681ed


#c681ed Border Color

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

This div border color is #c681ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c681ed


Comments

No comments written yet.

Please login to write comment.