Color Hex Logo

#c65ffc Color Hex

#C65FFC
(198,95,252)
0 Favorites   0 Comments

Color spaces of #c65ffc

RGB 19895252
HSL0.780.960.68
HSV279°62°99°
CMYK 0.210.620.00   0.01
XYZ44.951627.218594.9799
Yxy27.21850.26890.1628
Hunter Lab52.171462.4983-71.4197
CIE-Lab59.176065.5235-61.4832

#c65ffc color RGB value is (198,95,252).

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

The process color (four color CMYK) of #c65ffc color hex is 0.21, 0.62, 0.00, 0.01. Web safe color of #c65ffc is #cc66ff. Color #c65ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01011111 11111100
Octal 306 137 374
Decimal 198 95 252
Hex C6 5F FC

RGB Percentages of Color #c65ffc

%36.33
%17.43
%46.24

CMYK Percentages of Color #c65ffc

%21
%62
%0
%1

Triadic Colors of #c65ffc

#c65ffc #fcc65f #5ffcc6

Analogous Colors of #c65ffc

#c65ffc #fc5fe4 #785ffc

Monochromatic Colors of #c65ffc

#c65ffc

Complementary Color

#c65ffc #95fc5f

#c65ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c65ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c65ffc Color CSS Codes

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

#c65ffc Text Font Color

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

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


#c65ffc Background Color

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

This div background color is #c65ffc


#c65ffc Border Color

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

This div border color is #c65ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c65ffc

Related Colors


Comments

No comments written yet.

Please login to write comment.