Color Hex Logo

#c65aff Color Hex

#C65AFF
(198,90,255)
0 Favorites   0 Comments

Color spaces of #c65aff

RGB 19890255
HSL0.781.000.68
HSV279°65°100°
CMYK 0.220.650.00   0.00
XYZ44.994926.538197.3586
Yxy26.53810.26640.1571
Hunter Lab51.515165.7559-75.9917
CIE-Lab58.544368.3714-64.1545

#c65aff color RGB value is (198,90,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01011010 11111111
Octal 306 132 377
Decimal 198 90 255
Hex C6 5A FF

RGB Percentages of Color #c65aff

%36.46
%16.57
%46.96

CMYK Percentages of Color #c65aff

%22
%65
%0
%0

Triadic Colors of #c65aff

#c65aff #ffc65a #5affc6

Analogous Colors of #c65aff

#c65aff #ff5ae6 #745aff

Monochromatic Colors of #c65aff

#c65aff

Complementary Color

#c65aff #93ff5a

#c65aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c65aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c65aff Color CSS Codes

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

#c65aff Text Font Color

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

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


#c65aff Background Color

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

This div background color is #c65aff


#c65aff Border Color

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

This div border color is #c65aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c65aff


Comments

No comments written yet.

Please login to write comment.