Color Hex Logo

#c65ced Color Hex

#C65CED
(198,92,237)
0 Favorites   0 Comments

Color spaces of #c65ced

RGB 19892237
HSL0.790.800.65
HSV284°61°93°
CMYK 0.160.610.00   0.07
XYZ42.401925.774582.8609
Yxy25.77450.28070.1706
Hunter Lab50.768660.2381-61.2309
CIE-Lab57.822463.8490-55.3168

#c65ced color RGB value is (198,92,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01011100 11101101
Octal 306 134 355
Decimal 198 92 237
Hex C6 5C ED

RGB Percentages of Color #c65ced

%37.57
%17.46
%44.97

CMYK Percentages of Color #c65ced

%16
%61
%0
%7

Triadic Colors of #c65ced

#c65ced #edc65c #5cedc6

Analogous Colors of #c65ced

#c65ced #ed5ccc #7e5ced

Monochromatic Colors of #c65ced

#c65ced

Complementary Color

#c65ced #83ed5c

#c65ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c65ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#c65ced Color CSS Codes

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

#c65ced Text Font Color

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

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


#c65ced Background Color

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

This div background color is #c65ced


#c65ced Border Color

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

This div border color is #c65ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c65ced


Comments

No comments written yet.

Please login to write comment.