Color Hex Logo

#c65bcc Color Hex

#C65BCC
(198,91,204)
0 Favorites   0 Comments

Color spaces of #c65bcc

RGB 19891204
HSL0.820.530.58
HSV297°55°80°
CMYK 0.030.550.00   0.20
XYZ37.928923.847659.7307
Yxy23.84760.31220.1963
Hunter Lab48.834053.1797-38.3360
CIE-Lab55.934958.0484-39.6971

#c65bcc color RGB value is (198,91,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01011011 11001100
Octal 306 133 314
Decimal 198 91 204
Hex C6 5B CC

RGB Percentages of Color #c65bcc

%40.16
%18.46
%41.38

CMYK Percentages of Color #c65bcc

%3
%55
%0
%20

Triadic Colors of #c65bcc

#c65bcc #ccc65b #5bccc6

Analogous Colors of #c65bcc

#c65bcc #cc5b9a #8e5bcc

Monochromatic Colors of #c65bcc

#c65bcc

Complementary Color

#c65bcc #61cc5b

#c65bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c65bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c65bcc Color CSS Codes

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

#c65bcc Text Font Color

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

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


#c65bcc Background Color

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

This div background color is #c65bcc


#c65bcc Border Color

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

This div border color is #c65bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c65bcc


Comments

No comments written yet.

Please login to write comment.