Color Hex Logo

#c68fdd Color Hex

#C68FDD
(198,143,221)
0 Favorites   0 Comments

Color spaces of #c68fdd

RGB 198143221
HSL0.780.530.71
HSV282°35°87°
CMYK 0.100.350.00   0.13
XYZ46.162336.871173.0904
Yxy36.87110.29570.2362
Hunter Lab60.721629.4381-28.8621
CIE-Lab67.180234.4892-31.7036

#c68fdd color RGB value is (198,143,221).

#c68fdd hex color red value is 198, green value is 143 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c68fdd hue: 0.78 , saturation: 0.53 and the lightness value of c68fdd is 0.71.

The process color (four color CMYK) of #c68fdd color hex is 0.10, 0.35, 0.00, 0.13. Web safe color of #c68fdd is #cc99cc. Color #c68fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001111 11011101
Octal 306 217 335
Decimal 198 143 221
Hex C6 8F DD

RGB Percentages of Color #c68fdd

%35.23
%25.44
%39.32

CMYK Percentages of Color #c68fdd

%10
%35
%0
%13

Triadic Colors of #c68fdd

#c68fdd #ddc68f #8fddc6

Analogous Colors of #c68fdd

#c68fdd #dd8fcd #9f8fdd

Monochromatic Colors of #c68fdd

#c68fdd

Complementary Color

#c68fdd #a6dd8f

#c68fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68fdd Color CSS Codes

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

#c68fdd Text Font Color

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

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


#c68fdd Background Color

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

This div background color is #c68fdd


#c68fdd Border Color

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

This div border color is #c68fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68fdd


Comments

No comments written yet.

Please login to write comment.