Color Hex Logo

#c65dee Color Hex

#C65DEE
(198,93,238)
0 Favorites   0 Comments

Color spaces of #c65dee

RGB 19893238
HSL0.790.810.65
HSV283°61°93°
CMYK 0.170.610.00   0.07
XYZ42.635726.007583.6617
Yxy26.00750.27990.1708
Hunter Lab50.997559.9864-61.5672
CIE-Lab58.044263.5939-55.5208

#c65dee color RGB value is (198,93,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01011101 11101110
Octal 306 135 356
Decimal 198 93 238
Hex C6 5D EE

RGB Percentages of Color #c65dee

%37.43
%17.58
%44.99

CMYK Percentages of Color #c65dee

%17
%61
%0
%7

Triadic Colors of #c65dee

#c65dee #eec65d #5deec6

Analogous Colors of #c65dee

#c65dee #ee5dce #7e5dee

Monochromatic Colors of #c65dee

#c65dee

Complementary Color

#c65dee #85ee5d

#c65dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c65dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c65dee Color CSS Codes

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

#c65dee Text Font Color

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

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


#c65dee Background Color

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

This div background color is #c65dee


#c65dee Border Color

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

This div border color is #c65dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c65dee


Comments

No comments written yet.

Please login to write comment.