Color Hex Logo

#c68efa Color Hex

#C68EFA
(198,142,250)
0 Favorites   0 Comments

Color spaces of #c68efa

RGB 198142250
HSL0.750.920.77
HSV271°43°98°
CMYK 0.210.430.00   0.02
XYZ50.217038.253995.1795
Yxy38.25390.27340.2083
Hunter Lab61.849736.6906-47.9455
CIE-Lab68.207341.2477-46.0457

#c68efa color RGB value is (198,142,250).

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

The process color (four color CMYK) of #c68efa color hex is 0.21, 0.43, 0.00, 0.02. Web safe color of #c68efa is #cc99ff. Color #c68efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001110 11111010
Octal 306 216 372
Decimal 198 142 250
Hex C6 8E FA

RGB Percentages of Color #c68efa

%33.56
%24.07
%42.37

CMYK Percentages of Color #c68efa

%21
%43
%0
%2

Triadic Colors of #c68efa

#c68efa #fac68e #8efac6

Analogous Colors of #c68efa

#c68efa #fa8ef8 #908efa

Monochromatic Colors of #c68efa

#c68efa

Complementary Color

#c68efa #c2fa8e

#c68efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68efa Color CSS Codes

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

#c68efa Text Font Color

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

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


#c68efa Background Color

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

This div background color is #c68efa


#c68efa Border Color

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

This div border color is #c68efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68efa


Comments

No comments written yet.

Please login to write comment.