Color Hex Logo

#c66bfd Color Hex

#C66BFD
(198,107,253)
0 Favorites   0 Comments

Color spaces of #c66bfd

RGB 198107253
HSL0.770.970.71
HSV277°58°99°
CMYK 0.220.580.00   0.01
XYZ46.276029.613096.2054
Yxy29.61300.26890.1721
Hunter Lab54.417856.5622-66.7264
CIE-Lab61.318960.0760-58.6070

#c66bfd color RGB value is (198,107,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101011 11111101
Octal 306 153 375
Decimal 198 107 253
Hex C6 6B FD

RGB Percentages of Color #c66bfd

%35.48
%19.18
%45.34

CMYK Percentages of Color #c66bfd

%22
%58
%0
%1

Triadic Colors of #c66bfd

#c66bfd #fdc66b #6bfdc6

Analogous Colors of #c66bfd

#c66bfd #fd6beb #7d6bfd

Monochromatic Colors of #c66bfd

#c66bfd

Complementary Color

#c66bfd #a2fd6b

#c66bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66bfd Color CSS Codes

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

#c66bfd Text Font Color

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

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


#c66bfd Background Color

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

This div background color is #c66bfd


#c66bfd Border Color

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

This div border color is #c66bfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,107,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 #c66bfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66bfd


Comments

No comments written yet.

Please login to write comment.