Color Hex Logo

#c65efc Color Hex

#C65EFC
(198,94,252)
0 Favorites   0 Comments

Color spaces of #c65efc

RGB 19894252
HSL0.780.960.68
HSV279°63°99°
CMYK 0.210.630.00   0.01
XYZ44.862127.039494.9501
Yxy27.03940.26890.1621
Hunter Lab51.999463.0005-71.8630
CIE-Lab59.010865.9771-61.7481

#c65efc color RGB value is (198,94,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01011110 11111100
Octal 306 136 374
Decimal 198 94 252
Hex C6 5E FC

RGB Percentages of Color #c65efc

%36.40
%17.28
%46.32

CMYK Percentages of Color #c65efc

%21
%63
%0
%1

Triadic Colors of #c65efc

#c65efc #fcc65e #5efcc6

Analogous Colors of #c65efc

#c65efc #fc5ee3 #775efc

Monochromatic Colors of #c65efc

#c65efc

Complementary Color

#c65efc #94fc5e

#c65efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c65efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c65efc Color CSS Codes

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

#c65efc Text Font Color

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

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


#c65efc Background Color

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

This div background color is #c65efc


#c65efc Border Color

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

This div border color is #c65efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c65efc

Related Colors


Comments

No comments written yet.

Please login to write comment.