Color Hex Logo

#c65eef Color Hex

#C65EEF
(198,94,239)
0 Favorites   0 Comments

Color spaces of #c65eef

RGB 19894239
HSL0.790.820.65
HSV283°61°94°
CMYK 0.170.610.00   0.06
XYZ42.871426.243284.4672
Yxy26.24320.27910.1709
Hunter Lab51.228159.7325-61.9003
CIE-Lab58.267263.3367-55.7223

#c65eef color RGB value is (198,94,239).

#c65eef hex color red value is 198, green value is 94 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c65eef hue: 0.79 , saturation: 0.82 and the lightness value of c65eef is 0.65.

The process color (four color CMYK) of #c65eef color hex is 0.17, 0.61, 0.00, 0.06. Web safe color of #c65eef is #cc66ff. Color #c65eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01011110 11101111
Octal 306 136 357
Decimal 198 94 239
Hex C6 5E EF

RGB Percentages of Color #c65eef

%37.29
%17.70
%45.01

CMYK Percentages of Color #c65eef

%17
%61
%0
%6

Triadic Colors of #c65eef

#c65eef #efc65e #5eefc6

Analogous Colors of #c65eef

#c65eef #ef5ed0 #7e5eef

Monochromatic Colors of #c65eef

#c65eef

Complementary Color

#c65eef #87ef5e

#c65eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c65eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c65eef Color CSS Codes

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

#c65eef Text Font Color

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

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


#c65eef Background Color

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

This div background color is #c65eef


#c65eef Border Color

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

This div border color is #c65eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c65eef


Comments

No comments written yet.

Please login to write comment.