Color Hex Logo

#c68fff Color Hex

#C68FFF
(198,143,255)
0 Favorites   0 Comments

Color spaces of #c68fff

RGB 198143255
HSL0.751.000.78
HSV269°44°100°
CMYK 0.220.440.00   0.00
XYZ51.161238.870799.4140
Yxy38.87070.27010.2052
Hunter Lab62.346437.3703-50.8980
CIE-Lab68.657541.8250-48.0644

#c68fff color RGB value is (198,143,255).

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

The process color (four color CMYK) of #c68fff color hex is 0.22, 0.44, 0.00, 0.00. Web safe color of #c68fff is #cc99ff. Color #c68fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001111 11111111
Octal 306 217 377
Decimal 198 143 255
Hex C6 8F FF

RGB Percentages of Color #c68fff

%33.22
%23.99
%42.79

CMYK Percentages of Color #c68fff

%22
%44
%0
%0

Triadic Colors of #c68fff

#c68fff #ffc68f #8fffc6

Analogous Colors of #c68fff

#c68fff #fe8fff #8f90ff

Monochromatic Colors of #c68fff

#c68fff

Complementary Color

#c68fff #c8ff8f

#c68fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68fff Color CSS Codes

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

#c68fff Text Font Color

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

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


#c68fff Background Color

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

This div background color is #c68fff


#c68fff Border Color

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

This div border color is #c68fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68fff

Related Colors

#c68fff Color Palettes


Comments

No comments written yet.

Please login to write comment.