Color Hex Logo

#c681dc Color Hex

#C681DC
(198,129,220)
0 Favorites   0 Comments

Color spaces of #c681dc

RGB 198129220
HSL0.790.570.68
HSV285°41°86°
CMYK 0.100.410.00   0.14
XYZ44.057232.873671.7333
Yxy32.87360.29640.2211
Hunter Lab57.335536.8241-34.0437
CIE-Lab64.058441.8777-35.9953

#c681dc color RGB value is (198,129,220).

#c681dc hex color red value is 198, green value is 129 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c681dc hue: 0.79 , saturation: 0.57 and the lightness value of c681dc is 0.68.

The process color (four color CMYK) of #c681dc color hex is 0.10, 0.41, 0.00, 0.14. Web safe color of #c681dc is #cc99cc. Color #c681dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000001 11011100
Octal 306 201 334
Decimal 198 129 220
Hex C6 81 DC

RGB Percentages of Color #c681dc

%36.20
%23.58
%40.22

CMYK Percentages of Color #c681dc

%10
%41
%0
%14

Triadic Colors of #c681dc

#c681dc #dcc681 #81dcc6

Analogous Colors of #c681dc

#c681dc #dc81c5 #9981dc

Monochromatic Colors of #c681dc

#c681dc

Complementary Color

#c681dc #97dc81

#c681dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c681dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c681dc Color CSS Codes

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

#c681dc Text Font Color

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

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


#c681dc Background Color

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

This div background color is #c681dc


#c681dc Border Color

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

This div border color is #c681dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c681dc


Comments

No comments written yet.

Please login to write comment.