Color Hex Logo

#c65ffe Color Hex

#C65FFE
(198,95,254)
0 Favorites   0 Comments

Color spaces of #c65ffe

RGB 19895254
HSL0.770.990.68
HSV279°63°100°
CMYK 0.220.630.00   0.00
XYZ45.270327.345996.6582
Yxy27.34590.26740.1615
Hunter Lab52.293363.0141-72.9855
CIE-Lab59.293165.9372-62.4002

#c65ffe color RGB value is (198,95,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01011111 11111110
Octal 306 137 376
Decimal 198 95 254
Hex C6 5F FE

RGB Percentages of Color #c65ffe

%36.20
%17.37
%46.44

CMYK Percentages of Color #c65ffe

%22
%63
%0
%0

Triadic Colors of #c65ffe

#c65ffe #fec65f #5ffec6

Analogous Colors of #c65ffe

#c65ffe #fe5fe7 #775ffe

Monochromatic Colors of #c65ffe

#c65ffe

Complementary Color

#c65ffe #97fe5f

#c65ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c65ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c65ffe Color CSS Codes

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

#c65ffe Text Font Color

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

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


#c65ffe Background Color

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

This div background color is #c65ffe


#c65ffe Border Color

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

This div border color is #c65ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c65ffe

Related Colors


Comments

No comments written yet.

Please login to write comment.