Color Hex Logo

#c65bfe Color Hex

#C65BFE
(198,91,254)
0 Favorites   0 Comments

Color spaces of #c65bfe

RGB 19891254
HSL0.780.990.68
HSV279°64°100°
CMYK 0.220.640.00   0.00
XYZ44.919226.643796.5412
Yxy26.64370.26720.1585
Hunter Lab51.617565.0056-74.7589
CIE-Lab58.643167.7271-63.4435

#c65bfe color RGB value is (198,91,254).

#c65bfe hex color red value is 198, green value is 91 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c65bfe hue: 0.78 , saturation: 0.99 and the lightness value of c65bfe is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01011011 11111110
Octal 306 133 376
Decimal 198 91 254
Hex C6 5B FE

RGB Percentages of Color #c65bfe

%36.46
%16.76
%46.78

CMYK Percentages of Color #c65bfe

%22
%64
%0
%0

Triadic Colors of #c65bfe

#c65bfe #fec65b #5bfec6

Analogous Colors of #c65bfe

#c65bfe #fe5be5 #755bfe

Monochromatic Colors of #c65bfe

#c65bfe

Complementary Color

#c65bfe #93fe5b

#c65bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c65bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c65bfe Color CSS Codes

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

#c65bfe Text Font Color

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

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


#c65bfe Background Color

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

This div background color is #c65bfe


#c65bfe Border Color

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

This div border color is #c65bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c65bfe


Comments

No comments written yet.

Please login to write comment.