Color Hex Logo

#c665eb Color Hex

#C665EB
(198,101,235)
0 Favorites   0 Comments

Color spaces of #c665eb

RGB 198101235
HSL0.790.770.66
HSV283°57°92°
CMYK 0.160.570.00   0.08
XYZ42.937827.311381.6058
Yxy27.31130.28280.1799
Hunter Lab52.260255.2030-56.0009
CIE-Lab59.261459.2492-51.9092

#c665eb color RGB value is (198,101,235).

#c665eb hex color red value is 198, green value is 101 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c665eb hue: 0.79 , saturation: 0.77 and the lightness value of c665eb is 0.66.

The process color (four color CMYK) of #c665eb color hex is 0.16, 0.57, 0.00, 0.08. Web safe color of #c665eb is #cc66ff. Color #c665eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100101 11101011
Octal 306 145 353
Decimal 198 101 235
Hex C6 65 EB

RGB Percentages of Color #c665eb

%37.08
%18.91
%44.01

CMYK Percentages of Color #c665eb

%16
%57
%0
%8

Triadic Colors of #c665eb

#c665eb #ebc665 #65ebc6

Analogous Colors of #c665eb

#c665eb #eb65cd #8365eb

Monochromatic Colors of #c665eb

#c665eb

Complementary Color

#c665eb #8aeb65

#c665eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c665eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c665eb Color CSS Codes

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

#c665eb Text Font Color

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

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


#c665eb Background Color

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

This div background color is #c665eb


#c665eb Border Color

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

This div border color is #c665eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c665eb


Comments

No comments written yet.

Please login to write comment.