Color Hex Logo

#c65ecd Color Hex

#C65ECD
(198,94,205)
0 Favorites   0 Comments

Color spaces of #c65ecd

RGB 19894205
HSL0.820.530.59
HSV296°54°80°
CMYK 0.030.540.00   0.20
XYZ38.310924.419060.4517
Yxy24.41900.31100.1982
Hunter Lab49.415651.9102-37.9405
CIE-Lab56.504956.8232-39.3705

#c65ecd color RGB value is (198,94,205).

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

The process color (four color CMYK) of #c65ecd color hex is 0.03, 0.54, 0.00, 0.20. Web safe color of #c65ecd is #cc66cc. Color #c65ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01011110 11001101
Octal 306 136 315
Decimal 198 94 205
Hex C6 5E CD

RGB Percentages of Color #c65ecd

%39.84
%18.91
%41.25

CMYK Percentages of Color #c65ecd

%3
%54
%0
%20

Triadic Colors of #c65ecd

#c65ecd #cdc65e #5ecdc6

Analogous Colors of #c65ecd

#c65ecd #cd5e9d #8f5ecd

Monochromatic Colors of #c65ecd

#c65ecd

Complementary Color

#c65ecd #65cd5e

#c65ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c65ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c65ecd Color CSS Codes

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

#c65ecd Text Font Color

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

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


#c65ecd Background Color

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

This div background color is #c65ecd


#c65ecd Border Color

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

This div border color is #c65ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c65ecd


Comments

No comments written yet.

Please login to write comment.