Color Hex Logo

#c650cf Color Hex

#C650CF
(198,80,207)
0 Favorites   0 Comments

Color spaces of #c650cf

RGB 19880207
HSL0.820.570.56
HSV296°61°81°
CMYK 0.040.610.00   0.19
XYZ37.419822.248161.3535
Yxy22.24810.30920.1838
Hunter Lab47.167959.0660-44.1038
CIE-Lab54.289363.4872-44.0039

#c650cf color RGB value is (198,80,207).

#c650cf hex color red value is 198, green value is 80 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c650cf hue: 0.82 , saturation: 0.57 and the lightness value of c650cf is 0.56.

The process color (four color CMYK) of #c650cf color hex is 0.04, 0.61, 0.00, 0.19. Web safe color of #c650cf is #cc66cc. Color #c650cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01010000 11001111
Octal 306 120 317
Decimal 198 80 207
Hex C6 50 CF

RGB Percentages of Color #c650cf

%40.82
%16.49
%42.68

CMYK Percentages of Color #c650cf

%4
%61
%0
%19

Triadic Colors of #c650cf

#c650cf #cfc650 #50cfc6

Analogous Colors of #c650cf

#c650cf #cf5099 #8750cf

Monochromatic Colors of #c650cf

#c650cf

Complementary Color

#c650cf #59cf50

#c650cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c650cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c650cf Color CSS Codes

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

#c650cf Text Font Color

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

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


#c650cf Background Color

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

This div background color is #c650cf


#c650cf Border Color

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

This div border color is #c650cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c650cf


Comments

No comments written yet.

Please login to write comment.