Color Hex Logo

#c66efd Color Hex

#C66EFD
(198,110,253)
0 Favorites   0 Comments

Color spaces of #c66efd

RGB 198110253
HSL0.770.970.71
HSV277°57°99°
CMYK 0.220.570.00   0.01
XYZ46.594330.249596.3115
Yxy30.24950.26910.1747
Hunter Lab54.999554.9717-65.3250
CIE-Lab61.868958.6049-57.7292

#c66efd color RGB value is (198,110,253).

#c66efd hex color red value is 198, green value is 110 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c66efd hue: 0.77 , saturation: 0.97 and the lightness value of c66efd is 0.71.

The process color (four color CMYK) of #c66efd color hex is 0.22, 0.57, 0.00, 0.01. Web safe color of #c66efd is #cc66ff. Color #c66efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101110 11111101
Octal 306 156 375
Decimal 198 110 253
Hex C6 6E FD

RGB Percentages of Color #c66efd

%35.29
%19.61
%45.10

CMYK Percentages of Color #c66efd

%22
%57
%0
%1

Triadic Colors of #c66efd

#c66efd #fdc66e #6efdc6

Analogous Colors of #c66efd

#c66efd #fd6eed #7f6efd

Monochromatic Colors of #c66efd

#c66efd

Complementary Color

#c66efd #a5fd6e

#c66efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66efd Color CSS Codes

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

#c66efd Text Font Color

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

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


#c66efd Background Color

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

This div background color is #c66efd


#c66efd Border Color

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

This div border color is #c66efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66efd

Related Colors


Comments

No comments written yet.

Please login to write comment.