Color Hex Logo

#c665ed Color Hex

#C665ED
(198,101,237)
0 Favorites   0 Comments

Color spaces of #c665ed

RGB 198101237
HSL0.790.790.66
HSV283°57°93°
CMYK 0.160.570.00   0.07
XYZ43.228427.427683.1364
Yxy27.42760.28110.1783
Hunter Lab52.371455.6877-57.4594
CIE-Lab59.368059.6530-52.8540

#c665ed color RGB value is (198,101,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100101 11101101
Octal 306 145 355
Decimal 198 101 237
Hex C6 65 ED

RGB Percentages of Color #c665ed

%36.94
%18.84
%44.22

CMYK Percentages of Color #c665ed

%16
%57
%0
%7

Triadic Colors of #c665ed

#c665ed #edc665 #65edc6

Analogous Colors of #c665ed

#c665ed #ed65d0 #8265ed

Monochromatic Colors of #c665ed

#c665ed

Complementary Color

#c665ed #8ced65

#c665ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c665ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c665ed Color CSS Codes

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

#c665ed Text Font Color

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

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


#c665ed Background Color

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

This div background color is #c665ed


#c665ed Border Color

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

This div border color is #c665ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c665ed


Comments

No comments written yet.

Please login to write comment.