Color Hex Logo

#c65bff Color Hex

#C65BFF
(198,91,255)
0 Favorites   0 Comments

Color spaces of #c65bff

RGB 19891255
HSL0.781.000.68
HSV279°64°100°
CMYK 0.220.640.00   0.00
XYZ45.079826.707997.3869
Yxy26.70790.26650.1579
Hunter Lab51.679765.2647-75.5522
CIE-Lab58.703067.9325-63.8996

#c65bff color RGB value is (198,91,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01011011 11111111
Octal 306 133 377
Decimal 198 91 255
Hex C6 5B FF

RGB Percentages of Color #c65bff

%36.40
%16.73
%46.88

CMYK Percentages of Color #c65bff

%22
%64
%0
%0

Triadic Colors of #c65bff

#c65bff #ffc65b #5bffc6

Analogous Colors of #c65bff

#c65bff #ff5be6 #745bff

Monochromatic Colors of #c65bff

#c65bff

Complementary Color

#c65bff #94ff5b

#c65bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c65bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c65bff Color CSS Codes

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

#c65bff Text Font Color

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

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


#c65bff Background Color

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

This div background color is #c65bff


#c65bff Border Color

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

This div border color is #c65bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c65bff


Comments

No comments written yet.

Please login to write comment.